summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 03:09:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 11:19:56 +0100
commit46c8cb6140732b46eab834686e053c15a16d92d1 (patch)
tree9b656fad9538974a9d80bbc2714f06afc45c7411
parentc970c4d04be62e336a51f26b217ac2b98f2e1cf5 (diff)
downloadguix-patches-46c8cb6140732b46eab834686e053c15a16d92d1.tar
guix-patches-46c8cb6140732b46eab834686e053c15a16d92d1.tar.gz
gnu: procenv: Update to 0.60.
* gnu/packages/linux.scm (procenv): Update to 0.60.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 47fef4dad0..afc8b919b2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)