mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: progress: Update to 0.16.
* gnu/packages/admin.scm (progress): Update to 0.16.
This commit is contained in:
parent
9f87758fd5
commit
5a948f3142
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue