mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: innoextract: Don't use unstable tarball.
* gnu/packages/compression.scm (innoextract)[source]: Download the release tarball.
This commit is contained in:
parent
298180cdb2
commit
ff9838640c
1 changed files with 4 additions and 4 deletions
|
@ -1819,12 +1819,12 @@ (define-public innoextract
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/dscharrer/innoextract/archive/"
|
(uri (string-append "https://github.com/dscharrer/innoextract/releases"
|
||||||
version ".tar.gz"))
|
"/download/" version
|
||||||
|
"/innoextract-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0khwi9f0q0h6xfbixrrc1rfpgj0b7ajwilq7yhmxnn5lpc807f6x"))
|
"197hs9aj1ska6czrsq4caazsw9v0xbaa0lazbh380fmwy8rbgvy1"))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue