mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: pv: Update to 1.7.24.
* gnu/packages/pv.scm (pv): Update to 1.7.24.
This commit is contained in:
parent
58f1e699c2
commit
d0d593cde2
1 changed files with 3 additions and 3 deletions
|
@ -26,14 +26,14 @@ (define-module (gnu packages pv)
|
|||
(define-public pv
|
||||
(package
|
||||
(name "pv")
|
||||
(version "1.7.18")
|
||||
(version "1.7.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.ivarch.com/programs/sources/pv-"
|
||||
version ".tar.bz2"))
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "01x73sa83dpgwr3shq7b2malv0d1fnisjkimvg8c6fk2ip5l9nsi"))))
|
||||
(base32 "0pmnazlbx8haf5drflf171xca0v5bw8mmspax9k01mf815c3rx1v"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.ivarch.com/programs/pv.shtml")
|
||||
(synopsis "Pipeline progress indicator")
|
||||
|
|
Loading…
Reference in a new issue