mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: procenv: Update to 0.51.
* gnu/packages/linux.scm (procenv): Update to 0.51.
This commit is contained in:
parent
d9544d91a6
commit
252f44ffd9
1 changed files with 2 additions and 2 deletions
|
@ -5470,7 +5470,7 @@ (define-public jmtpfs
|
|||
(define-public procenv
|
||||
(package
|
||||
(name "procenv")
|
||||
(version "0.50")
|
||||
(version "0.51")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5478,7 +5478,7 @@ (define-public procenv
|
|||
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)))
|
||||
|
|
Loading…
Reference in a new issue