gnu: msitools: Update to 0.99.
* gnu/packages/package-management.scm (msitools): Update to 0.99. [native-inputs]: Add bison.master
parent
a446993674
commit
9e4da9f2aa
|
@ -926,17 +926,18 @@ Microsoft cabinet (.@dfn{CAB}) files.")
|
||||||
(define-public msitools
|
(define-public msitools
|
||||||
(package
|
(package
|
||||||
(name "msitools")
|
(name "msitools")
|
||||||
(version "0.98")
|
(version "0.99")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/msitools/"
|
(uri (string-append "mirror://gnome/sources/msitools/"
|
||||||
version "/msitools-" version ".tar.xz"))
|
version "/msitools-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19wb3n3nwkpc6bjr0q3f1znaxsfaqgjbdxxnbx8ic8bb5b49hwac"))))
|
"0d9nidn5zc81bc30w119933rn2g87mrsqyqkndg20srkbsd96xfl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("bison" ,bison)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gcab" ,gcab)
|
`(("gcab" ,gcab)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
|
|
Reference in New Issue