From cb9b1a0496b5a550b1385fda285bfe22637cecaf Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Tue, 21 Nov 2017 10:44:24 +0100 Subject: gnu: procenv: Update to 0.50. * gnu/packages/linux.scm (procenv): Update to 0.50. Signed-off-by: Leo Famulari --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') 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) -- cgit v1.2.3