mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: pbzip2: Update to 1.1.13.
* gnu/packages/compression.scm (pbzip2): Update to 1.1.13.
This commit is contained in:
parent
6f465a5103
commit
bf86770950
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue