gnu: psmisc: Update to 23.2.
* gnu/packages/linux.scm (psmisc): Update to 23.2.
This commit is contained in:
parent
025370b045
commit
acafdda143
|
@ -539,15 +539,15 @@ at login. Local and dynamic reconfiguration are its key features.")
|
||||||
(define-public psmisc
|
(define-public psmisc
|
||||||
(package
|
(package
|
||||||
(name "psmisc")
|
(name "psmisc")
|
||||||
(version "23.1")
|
(version "23.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-"
|
(uri (string-append "mirror://sourceforge/psmisc/psmisc devel/psmisc-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c5s94hqpwfmyswx2f96gifa6wdbpxxpkyxcrlzbxpvmrxsd911f"))))
|
"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")
|
||||||
|
|
Loading…
Reference in New Issue