guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: procenv: Update to 0.55.


From: guix-commits
Subject: 01/13: gnu: procenv: Update to 0.55.
Date: Tue, 27 Apr 2021 06:27:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3dc1c4282ec46c97eeeb34b5dd23e1eab6980770
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 24 16:32:23 2021 +0200

    gnu: procenv: Update to 0.55.
    
    * gnu/packages/linux.scm (procenv): Update to 0.55.
    [arguments]: Remove ‘--disable-silent-rules’ configure flag.
---
 gnu/packages/linux.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 080ffab..498a02f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6850,7 +6850,7 @@ the MTP device as a file system.")
 (define-public procenv
   (package
    (name "procenv")
-   (version "0.51")
+   (version "0.55")
    (source
     (origin
      (method git-fetch)
@@ -6859,9 +6859,8 @@ the MTP device as a file system.")
             (commit version)))
      (file-name (git-file-name name version))
      (sha256
-      (base32 "1ilrsw1rc85w29mkbkmm5n5w427gapv43yrjzvkb4kc9xhscgdjn"))))
+      (base32 "13fnr4gfj2xlxghw93m5gsxzlwzv3s6jv9hja0w0pb23hlncbmhy"))))
    (build-system gnu-build-system)
-   (arguments `(#:configure-flags '("--disable-silent-rules")))
    (native-inputs
     `(("pkg-config" ,pkg-config)
 



reply via email to

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