mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: procenv: Update to 0.60.
* gnu/packages/linux.scm (procenv): Update to 0.60.
This commit is contained in:
parent
c970c4d04b
commit
46c8cb6140
1 changed files with 2 additions and 2 deletions
|
@ -7222,7 +7222,7 @@ (define-public jmtpfs
|
|||
(define-public procenv
|
||||
(package
|
||||
(name "procenv")
|
||||
(version "0.58")
|
||||
(version "0.60")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7231,7 +7231,7 @@ (define-public procenv
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "137n630qzml4yraqzp2fij8nzn8341nf8d58yzfhk8ddlzi60sfm"))))
|
||||
(base32 "00d7q0h4qjc8lg435lq77lp2fx6ikm5piq90m81mr1dqqna1g6pz"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue