guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: procenv: Update to 0.51.


From: guix-commits
Subject: 02/03: gnu: procenv: Update to 0.51.
Date: Thu, 5 Dec 2019 09:43:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 252f44ffd951f383b929d4d84d596ca48715ed5a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 4 04:54:30 2019 +0100

    gnu: procenv: Update to 0.51.
    
    * gnu/packages/linux.scm (procenv): Update to 0.51.
---
 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 57add53..9b80ba6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5470,7 +5470,7 @@ the MTP device as a file system.")
 (define-public procenv
   (package
    (name "procenv")
-   (version "0.50")
+   (version "0.51")
    (source
     (origin
      (method url-fetch)
@@ -5478,7 +5478,7 @@ the MTP device as a file system.")
                          version ".tar.gz"))
      (file-name (string-append name "-" version ".tar.gz"))
      (sha256
-      (base32 "0dvscyf47i3j5ay0amncqmqw9kd916689r2pqdvpnsrhp6j46zp1"))))
+      (base32 "1javw97yw0qvjmj14js8vw6nsfyf2xc0kfiyq5f2hsp0553w2cdq"))))
    (build-system gnu-build-system)
    (arguments `(#:configure-flags '("--disable-silent-rules")))
    (native-inputs `(("pkg-config" ,pkg-config)))



reply via email to

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