guix-commits
[Top][All Lists]
Advanced

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

03/18: gnu: pbzip2: Update to 1.1.13.


From: Tobias Geerinckx-Rice
Subject: 03/18: gnu: pbzip2: Update to 1.1.13.
Date: Fri, 16 Feb 2018 05:15:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bf8677095028617932c43fb264d9f7325816edcd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 16 03:35:46 2018 +0100

    gnu: pbzip2: Update to 1.1.13.
    
    * gnu/packages/compression.scm (pbzip2): Update to 1.1.13.
---
 gnu/packages/compression.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 23b1297..909b58c 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -321,7 +321,7 @@ compatible with bzip2 – both at file format and command 
line level.")
 (define-public pbzip2
   (package
     (name "pbzip2")
-    (version "1.1.12")
+    (version "1.1.13")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://launchpad.net/pbzip2/";
@@ -329,14 +329,14 @@ compatible with bzip2 – both at file format and command 
line level.")
                                  "/+download/" name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1vk6065dv3a47p86vmp8hv3n1ygd9hraz0gq89gvzlx7lmcb6fsp"))))
+               "1rnvgcdixjzbrmcr1nv9b6ccrjfrhryaj7jwz28yxxv6lam3xlcg"))))
     (build-system gnu-build-system)
     (inputs
      `(("bzip2" ,bzip2)))
     (arguments
-     `(#:tests? #f ; no tests
+     `(#:tests? #f                      ; no tests
        #:phases (modify-phases %standard-phases
-                  (delete 'configure))
+                  (delete 'configure))  ; no configure script
        #:make-flags (list (string-append "PREFIX=" %output))))
     (home-page "http://compression.ca/pbzip2/";)
     (synopsis "Parallel bzip2 implementation")



reply via email to

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