me
/
guix
Archived
1
0
Fork 0

gnu: procps: Update to 3.3.16.

* gnu/packages/linux.scm (procps): Update to 3.3.16.
master
Marius Bakke 2020-01-14 18:39:46 +01:00
parent e4da86f358
commit 89a6d2d145
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1224,14 +1224,14 @@ by Robert Shea and Robert Anton Wilson.")
(define-public procps (define-public procps
(package (package
(name "procps") (name "procps")
(version "3.3.15") (version "3.3.16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/procps-ng/Production/" (uri (string-append "mirror://sourceforge/procps-ng/Production/"
"procps-ng-" version ".tar.xz")) "procps-ng-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0r84kwa5fl0sjdashcn4vh7hgfm7ahdcysig3mcjvpmkzi7p9g8h")))) "1br0g93ysqhlv13i1k4lfbimsgxnpy5rgs4lxfc9rkzdbpbaqplj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:modules ((guix build utils) '(#:modules ((guix build utils)