gnu: msitools: Update to 0.98.
* gnu/packages/package-management.scm (msitools): Update to 0.98.
This commit is contained in:
parent
9ed69a078d
commit
729a9722ee
|
@ -895,14 +895,14 @@ Microsoft cabinet (.@dfn{CAB}) files.")
|
||||||
(define-public msitools
|
(define-public msitools
|
||||||
(package
|
(package
|
||||||
(name "msitools")
|
(name "msitools")
|
||||||
(version "0.97")
|
(version "0.98")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pn6izlgwi4ngpk9jk2n38gcjjpk29nm15aad89bg9z3k9n2hnrs"))))
|
"19wb3n3nwkpc6bjr0q3f1znaxsfaqgjbdxxnbx8ic8bb5b49hwac"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue