gnu: innoextract: Don't use unstable tarball.

* gnu/packages/compression.scm (innoextract)[source]: Download the
release tarball.
This commit is contained in:
Efraim Flashner 2019-11-24 19:36:21 +02:00
parent 298180cdb2
commit ff9838640c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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