diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 18:39:46 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 18:47:35 +0100 |
commit | 89a6d2d1451986365f6161f3589d3753033faa0a (patch) | |
tree | 56d85d0db6a9162664e67cb33ebd3679588b563f | |
parent | e4da86f358f0a862d1e635a294a14607f6b854f1 (diff) | |
download | guix-89a6d2d1451986365f6161f3589d3753033faa0a.tar guix-89a6d2d1451986365f6161f3589d3753033faa0a.tar.gz |
gnu: procps: Update to 3.3.16.
* gnu/packages/linux.scm (procps): Update to 3.3.16.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5235d6cedc..7242894f46 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1224,14 +1224,14 @@ by Robert Shea and Robert Anton Wilson.") (define-public procps (package (name "procps") - (version "3.3.15") + (version "3.3.16") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/procps-ng/Production/" "procps-ng-" version ".tar.xz")) (sha256 (base32 - "0r84kwa5fl0sjdashcn4vh7hgfm7ahdcysig3mcjvpmkzi7p9g8h")))) + "1br0g93ysqhlv13i1k4lfbimsgxnpy5rgs4lxfc9rkzdbpbaqplj")))) (build-system gnu-build-system) (arguments '(#:modules ((guix build utils) |