guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: progress: Update to 0.16.


From: guix-commits
Subject: 05/11: gnu: progress: Update to 0.16.
Date: Tue, 9 Mar 2021 09:25:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5a948f3142d927a0d7bda75e5713e5dd0536c1d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 9 14:03:42 2021 +0100

    gnu: progress: Update to 0.16.
    
    * gnu/packages/admin.scm (progress): Update to 0.16.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 71af3b9..9997b31 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -221,7 +221,7 @@ usual file attributes can be checked for inconsistencies.")
 (define-public progress
   (package
     (name "progress")
-    (version "0.15")
+    (version "0.16")
     (source
      (origin
        (method git-fetch)
@@ -229,7 +229,7 @@ usual file attributes can be checked for inconsistencies.")
              (url "https://github.com/Xfennec/progress";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1cnb4ixlhshn139mj5sr42k5m6gjjbyqvkn1324c47niwrgp7dqm"))
+        (base32 "0gf10j9zd8spain94b5kigknwbdqajiy6fjsa5hhwsc1biz34hcj"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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