mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: psmisc: Update to 22.21.
* gnu/packages/linux.scm (psmisc): Update to 22.21. [home-page]: Update.
This commit is contained in:
parent
b9048a14b1
commit
aa9c221f74
1 changed files with 3 additions and 3 deletions
|
@ -468,7 +468,7 @@ (define-public linux-pam-1.2
|
|||
(define-public psmisc
|
||||
(package
|
||||
(name "psmisc")
|
||||
(version "22.20")
|
||||
(version "22.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -476,10 +476,10 @@ (define-public psmisc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"052mfraykmxnavpi8s78aljx8w87hyvpx8mvzsgpjsjz73i28wmi"))))
|
||||
"0nhlm1vrrwn4a845p6y4nnnb4liq70n74zbdd5dq844jc6nkqclp"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("ncurses" ,ncurses)))
|
||||
(home-page "http://psmisc.sourceforge.net/")
|
||||
(home-page "https://gitlab.com/psmisc/psmisc")
|
||||
(synopsis
|
||||
"Small utilities that use the proc file system")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue