gnu: shared-mime-info: Update to 1.9.

* gnu/packages/gnome.scm (shared-mime-info): Update to 1.9.
master
Tobias Geerinckx-Rice 2018-06-11 02:27:43 +02:00
parent 52630ca084
commit d577e00f96
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -937,14 +937,14 @@ guidelines.")
(define-public shared-mime-info
(package
(name "shared-mime-info")
(version "1.8")
(version "1.9")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/~hadess/"
"shared-mime-info-" version ".tar.xz"))
(sha256
(base32
"1sc96lv9dp1lkvs8dh3ngm3hbjb274d363dl9avhb61il3qmxx9a"))))
"10ywzhzg8v1xmb9sz5xbqaci90id38knswigynyl33i29vn360aw"))))
(build-system gnu-build-system)
(arguments
;; The build system appears not to be parallel-safe.