gnu: procps: Update to 4.0.0.

* gnu/packages/linux.scm (procps): Update to 4.0.0.
This commit is contained in:
Marius Bakke 2022-06-26 11:13:27 +02:00
parent 0b65cb03b3
commit 28ae4f7e1a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2067,14 +2067,14 @@ (define-public fbset
(define-public procps
(package
(name "procps")
(version "3.3.16")
(version "4.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/procps-ng/Production/"
"procps-ng-" version ".tar.xz"))
(sha256
(base32
"1br0g93ysqhlv13i1k4lfbimsgxnpy5rgs4lxfc9rkzdbpbaqplj"))))
"04v5q5cshzyhbwaw4n9l0k8faaz67n11z31vpfaiqynv9rwr4k8g"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build utils)