1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: procenv: Update to 0.60.

* gnu/packages/linux.scm (procenv): Update to 0.60.
This commit is contained in:
Tobias Geerinckx-Rice
2021-11-03 03:09:37 +01:00
parent c970c4d04b
commit 46c8cb6140
+2 -2
View File
@@ -7222,7 +7222,7 @@ the MTP device as a file system.")
(define-public procenv
(package
(name "procenv")
(version "0.58")
(version "0.60")
(source
(origin
(method git-fetch)
@@ -7231,7 +7231,7 @@ the MTP device as a file system.")
(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)