nckx pushed a commit to branch master
in repository guix.
commit d0d593cde2d6a500a8e50785df5510a76765f7bd
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200
gnu: pv: Update to 1.7.24.
* gnu/packages/pv.scm (pv): Update to 1.7.24.
---
gnu/packages/pv.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/pv.scm b/gnu/packages/pv.scm
index a9642a17fa..ab6315300a 100644
--- a/gnu/packages/pv.scm
+++ b/gnu/packages/pv.scm
@@ -26,14 +26,14 @@
(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")