gnu: cabextract: Update to 1.11.
* gnu/packages/compression.scm (cabextract): Update to 1.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f8c442e1ae
commit
740b423e9e
1 changed files with 2 additions and 2 deletions
|
@ -1063,13 +1063,13 @@ tarballs.")
|
||||||
(package
|
(package
|
||||||
(name "cabextract")
|
(name "cabextract")
|
||||||
(home-page "https://cabextract.org.uk/")
|
(home-page "https://cabextract.org.uk/")
|
||||||
(version "1.9.1")
|
(version "1.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append home-page "cabextract-" version ".tar.gz"))
|
(uri (string-append home-page "cabextract-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19qwhl2r8ip95q4vxzxg2kp4p125hjmc9762sns1dwwf7ikm7hmg"))
|
"1iis7a19n26dax3gsnrw9kb0vwq46rbpicnlyf7p2k2y2nqnsm5m"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue