diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-11-21 10:44:24 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-21 12:53:09 -0500 |
commit | cb9b1a0496b5a550b1385fda285bfe22637cecaf (patch) | |
tree | 836a1718a8f1e128c552a10b28f2630216a3e5cb | |
parent | 760e504dcbef1b9a89e18c8ddb2689b500ff86eb (diff) | |
download | guix-cb9b1a0496b5a550b1385fda285bfe22637cecaf.tar guix-cb9b1a0496b5a550b1385fda285bfe22637cecaf.tar.gz |
gnu: procenv: Update to 0.50.
* gnu/packages/linux.scm (procenv): Update to 0.50.
Signed-off-by: Leo Famulari <leo@famulari.name>
-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 06d69c90a0..d339242ff1 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) |