guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/17: gnu: procenv: Update to 0.60.


From: guix-commits
Subject: 09/17: gnu: procenv: Update to 0.60.
Date: Wed, 3 Nov 2021 06:20:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 46c8cb6140732b46eab834686e053c15a16d92d1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 03:09:37 2021 +0100

    gnu: procenv: Update to 0.60.
    
    * gnu/packages/linux.scm (procenv): Update to 0.60.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 47fef4d..afc8b91 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]