gnu: msitools: Update to 0.99.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 17 Feb 2019 18:22:28 +0000 (19:22 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 17 Feb 2019 18:37:43 +0000 (19:37 +0100)
* gnu/packages/package-management.scm (msitools): Update to 0.99.
[native-inputs]: Add bison.

gnu/packages/package-management.scm

index 7745e2e..477e977 100644 (file)
@@ -926,17 +926,18 @@ Microsoft cabinet (.@dfn{CAB}) files.")
 (define-public msitools
   (package
     (name "msitools")
-    (version "0.98")
+    (version "0.99")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/msitools/"
                                   version "/msitools-" version ".tar.xz"))
               (sha256
                (base32
-                "19wb3n3nwkpc6bjr0q3f1znaxsfaqgjbdxxnbx8ic8bb5b49hwac"))))
+                "0d9nidn5zc81bc30w119933rn2g87mrsqyqkndg20srkbsd96xfl"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("bison" ,bison)
+       ("pkg-config" ,pkg-config)))
     (inputs
      `(("gcab" ,gcab)
        ("glib" ,glib)