diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-09 14:03:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-09 15:24:50 +0100 |
commit | 5a948f3142d927a0d7bda75e5713e5dd0536c1d6 (patch) | |
tree | 194ed3087f7c1a5624fb54016b8cc752c3c03f5f /gnu/packages | |
parent | 9f87758fd5a5fd2e4c04683aebee13d9a19218b8 (diff) | |
download | guix-5a948f3142d927a0d7bda75e5713e5dd0536c1d6.tar guix-5a948f3142d927a0d7bda75e5713e5dd0536c1d6.tar.gz |
gnu: progress: Update to 0.16.
* gnu/packages/admin.scm (progress): Update to 0.16.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 71af3b9d94..9997b31e37 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 |