gnu: cabextract: Update to 1.9.1.
* gnu/packages/compression.scm (cabextract): Update to 1.9.1.
This commit is contained in:
parent
8fadbc4bb3
commit
bde093c23d
|
@ -949,13 +949,13 @@ smaller than those produced by @code{Xdelta}.")
|
||||||
(package
|
(package
|
||||||
(name "cabextract")
|
(name "cabextract")
|
||||||
(home-page "https://cabextract.org.uk/")
|
(home-page "https://cabextract.org.uk/")
|
||||||
(version "1.9")
|
(version "1.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append home-page name "-" version ".tar.gz"))
|
(uri (string-append home-page name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hf4zhjxfdgq9x172r5zfdnafma9q0zf7372syn8hcn7hcypkg0v"))
|
"19qwhl2r8ip95q4vxzxg2kp4p125hjmc9762sns1dwwf7ikm7hmg"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in New Issue