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
(origin
(method url-fetch)
(uri (string-append "https://github.com/dscharrer/innoextract/archive/"
version ".tar.gz"))
(uri (string-append "https://github.com/dscharrer/innoextract/releases"
"/download/" version
"/innoextract-" version ".tar.gz"))
(sha256
(base32
"0khwi9f0q0h6xfbixrrc1rfpgj0b7ajwilq7yhmxnn5lpc807f6x"))
(file-name (string-append name "-" version ".tar.gz"))))
"197hs9aj1ska6czrsq4caazsw9v0xbaa0lazbh380fmwy8rbgvy1"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f