mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: psmisc: Update to 23.1.
* gnu/packages/linux.scm (psmisc): Update to 23.1. [source](uri): Use XZ-compressed tarball.
This commit is contained in:
parent
8801d7fc72
commit
f42846b2ea
1 changed files with 3 additions and 3 deletions
|
@ -537,15 +537,15 @@ at login. Local and dynamic reconfiguration are its key features.")
|
||||||
(define-public psmisc
|
(define-public psmisc
|
||||||
(package
|
(package
|
||||||
(name "psmisc")
|
(name "psmisc")
|
||||||
(version "22.21")
|
(version "23.1")
|
||||||
(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/psmisc-"
|
||||||
version ".tar.gz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nhlm1vrrwn4a845p6y4nnnb4liq70n74zbdd5dq844jc6nkqclp"))))
|
"0c5s94hqpwfmyswx2f96gifa6wdbpxxpkyxcrlzbxpvmrxsd911f"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue