mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bzip2: Update to 1.0.8.
* gnu/packages/compression.scm (bzip2): Update to 1.0.8. [source](uri): Change to maintained fork at sourceware.org.
This commit is contained in:
parent
d54ed69c19
commit
b9a3654e09
1 changed files with 4 additions and 6 deletions
|
@ -259,16 +259,14 @@ file; as a result, it is often used in conjunction with \"tar\", resulting in
|
||||||
(define-public bzip2
|
(define-public bzip2
|
||||||
(package
|
(package
|
||||||
(name "bzip2")
|
(name "bzip2")
|
||||||
(version "1.0.6")
|
(version "1.0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; XXX The bzip.org domain was allowed to expire.
|
(uri (string-append "https://sourceware.org/pub/bzip2/bzip2-"
|
||||||
(uri (string-append "https://web.archive.org/web/20180624184806/"
|
version ".tar.gz"))
|
||||||
"http://www.bzip.org/"
|
|
||||||
version "/bzip2-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kfrc7f0ja9fdn6j1y6yir6li818npy6217hvr3wzmnmzhs8z152"))))
|
"0s92986cv0p692icqlw1j42y9nld8zd83qwhzbqd61p1dqbh6nmb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:modules ((guix build gnu-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue