mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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.
This commit is contained in:
parent
c8b06cdfc8
commit
70a4fb6f98
1 changed files with 2 additions and 4 deletions
|
@ -1022,13 +1022,11 @@ (define-public psmisc
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue