guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: procenv: Update to 0.50.


From: Leo Famulari
Subject: 02/04: gnu: procenv: Update to 0.50.
Date: Tue, 21 Nov 2017 12:57:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit cb9b1a0496b5a550b1385fda285bfe22637cecaf
Author: Rutger Helling <address@hidden>
Date:   Tue Nov 21 10:44:24 2017 +0100

    gnu: procenv: Update to 0.50.
    
    * gnu/packages/linux.scm (procenv): Update to 0.50.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 06d69c9..d339242 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4363,7 +4363,7 @@ the MTP device as a filesystem.")
 (define-public procenv
   (package
    (name "procenv")
-   (version "0.49")
+   (version "0.50")
    (source
     (origin
      (method url-fetch)
@@ -4371,7 +4371,7 @@ the MTP device as a filesystem.")
                          version ".tar.gz"))
      (file-name (string-append name "-" version ".tar.gz"))
      (sha256
-      (base32 "0brzf6185hb76imw107cl21c8lzwiywkxi3jknihrk86bvvicd0d"))))
+      (base32 "0dvscyf47i3j5ay0amncqmqw9kd916689r2pqdvpnsrhp6j46zp1"))))
    (build-system gnu-build-system)
    (arguments `(#:configure-flags '("--disable-silent-rules")))
    (inputs `(("expat" ,expat) ("libcap" ,libcap) ("check" ,check)



reply via email to

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