mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -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
|
||||
(package
|
||||
(name "progress")
|
||||
(version "0.15")
|
||||
(version "0.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -229,7 +229,7 @@ (define-public progress
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue