Skip to content
Snippets Groups Projects
Unverified Commit 70a4fb6f authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

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.
parent c8b06cdf
No related branches found
No related tags found
No related merge requests found
...@@ -1022,13 +1022,11 @@ (define-public psmisc ...@@ -1022,13 +1022,11 @@ (define-public psmisc
(uri (string-append "mirror://sourceforge/psmisc/psmisc devel/psmisc-" (uri (string-append "mirror://sourceforge/psmisc/psmisc devel/psmisc-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "103qp3f8jvz07x8r8zgsqwyw84g5g92w6pdq97d78d1pr7yvyz2b"))))
"0s1kjhrik0wzqbm7hv4gkhywhjrwhp9ajw0ad05fwharikk6ah49"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses))) (inputs `(("ncurses" ,ncurses)))
(home-page "https://gitlab.com/psmisc/psmisc") (home-page "https://gitlab.com/psmisc/psmisc")
(synopsis (synopsis "Small utilities that use the proc file system")
"Small utilities that use the proc file system")
(description (description
"This PSmisc package is a set of some small useful utilities that "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 use the proc file system. We're not about changing the world, but
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment