gnu: progress: Update to 0.16.

* gnu/packages/admin.scm (progress): Update to 0.16.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-09 14:03:42 +01:00
parent 9f87758fd5
commit 5a948f3142
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -221,7 +221,7 @@ (define-public aide
(define-public progress (define-public progress
(package (package
(name "progress") (name "progress")
(version "0.15") (version "0.16")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -229,7 +229,7 @@ (define-public progress
(url "https://github.com/Xfennec/progress") (url "https://github.com/Xfennec/progress")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1cnb4ixlhshn139mj5sr42k5m6gjjbyqvkn1324c47niwrgp7dqm")) (base32 "0gf10j9zd8spain94b5kigknwbdqajiy6fjsa5hhwsc1biz34hcj"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs