diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 18:15:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 18:22:49 +0200 |
commit | 70a4fb6f983f05b5630cf8c7d85c3143b6d5523b (patch) | |
tree | 65acda772da8c7c337e41c2bc561c324d728d1f8 /gnu/packages | |
parent | c8b06cdfc851f2dc67fb0d8848c9d97ab05c96bd (diff) | |
download | patches-70a4fb6f983f05b5630cf8c7d85c3143b6d5523b.tar patches-70a4fb6f983f05b5630cf8c7d85c3143b6d5523b.tar.gz |
gnu: psmisc: Update hash.
Apart from translation (po/*) updates, the following code changes were
made in-place: <https://issues.guix.gnu.org/issue/37905>.
* gnu/packages/linux.scm (psmisc)[source]: Update hash.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 0a7f431a40..2768020581 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1022,13 +1022,11 @@ at login. Local and dynamic reconfiguration are its key features.") (uri (string-append "mirror://sourceforge/psmisc/psmisc devel/psmisc-" version ".tar.xz")) (sha256 - (base32 - "0s1kjhrik0wzqbm7hv4gkhywhjrwhp9ajw0ad05fwharikk6ah49")))) + (base32 "103qp3f8jvz07x8r8zgsqwyw84g5g92w6pdq97d78d1pr7yvyz2b")))) (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses))) (home-page "https://gitlab.com/psmisc/psmisc") - (synopsis - "Small utilities that use the proc file system") + (synopsis "Small utilities that use the proc file system") (description "This PSmisc package is a set of some small useful utilities that use the proc file system. We're not about changing the world, but |