guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/16: gnu: procps: Update to 3.3.16.


From: guix-commits
Subject: 02/16: gnu: procps: Update to 3.3.16.
Date: Sun, 19 Jan 2020 16:42:41 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 89a6d2d1451986365f6161f3589d3753033faa0a
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 18:39:46 2020 +0100

    gnu: procps: Update to 3.3.16.
    
    * gnu/packages/linux.scm (procps): Update to 3.3.16.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5235d6c..7242894 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]