gnu: innoextract: Update to 1.9.
* gnu/packages/compression.scm (innoextract): Update to 1.9. [source]: Download from official home page. [arguments]: Remove obsolete configure flag.
This commit is contained in:
parent
2d25c635f2
commit
73996c0250
1 changed files with 5 additions and 7 deletions
|
@ -1807,20 +1807,18 @@ single-member files which can't be decompressed in parallel.")
|
||||||
(define-public innoextract
|
(define-public innoextract
|
||||||
(package
|
(package
|
||||||
(name "innoextract")
|
(name "innoextract")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/dscharrer/innoextract/releases"
|
(uri (string-append "https://constexpr.org/innoextract/files/"
|
||||||
"/download/" version
|
"innoextract-" version "/"
|
||||||
"/innoextract-" version ".tar.gz"))
|
"/innoextract-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "09l1z1nbl6ijqqwszdwch9mqr54qb7df0wp2sd77v17dq6gsci33"))))
|
||||||
"0saj50n8ds85shygy4mq1h6s99510r9wgjjdll4dmvhra4lzcy2y"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f))
|
||||||
#:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")))
|
|
||||||
(inputs `(("boost" ,boost)
|
(inputs `(("boost" ,boost)
|
||||||
("libiconv" ,libiconv)
|
("libiconv" ,libiconv)
|
||||||
("xz" ,xz)))
|
("xz" ,xz)))
|
||||||
|
|
Reference in a new issue