me
/
guix
Archived
1
0
Fork 0

gnu: procenv: Update to 0.51.

* gnu/packages/linux.scm (procenv): Update to 0.51.
master
Tobias Geerinckx-Rice 2019-12-04 04:54:30 +01:00
parent d9544d91a6
commit 252f44ffd9
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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)))