guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/36: gnu: pv: Update to 1.6.20.


From: guix-commits
Subject: 25/36: gnu: pv: Update to 1.6.20.
Date: Mon, 4 Oct 2021 07:44:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ba8b59fc3ee9627f8f64d8ca26604199cda5dd28
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 4 02:53:40 2021 +0200

    gnu: pv: Update to 1.6.20.
    
    * gnu/packages/pv.scm (pv): Update to 1.6.20.
---
 gnu/packages/pv.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/pv.scm b/gnu/packages/pv.scm
index 3a38dbf..97b3dcda 100644
--- a/gnu/packages/pv.scm
+++ b/gnu/packages/pv.scm
@@ -26,15 +26,14 @@
 (define-public pv
   (package
     (name "pv")
-    (version "1.6.6")
+    (version "1.6.20")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "https://www.ivarch.com/programs/sources/pv-";
-                          version ".tar.bz2"))
-      (sha256
-       (base32
-        "1wbk14xh9rfypiwyy68ssl8dliyji30ly70qki1y2xx3ywszk3k0"))))
+       (method url-fetch)
+       (uri (string-append "https://www.ivarch.com/programs/sources/pv-";
+                           version ".tar.bz2"))
+       (sha256
+        (base32 "00y6zla8h653sn4axgqz7rr0x79vfwl62a7gn6lzn607zwg9acg8"))))
     (build-system gnu-build-system)
     (home-page "https://www.ivarch.com/programs/pv.shtml";)
     (synopsis "Pipeline progress indicator")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]