mhw pushed a commit to branch gnome-updates
in repository guix.
commit b43b584f8e644ff8fc455db6bc87fff007983e6b
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 03:15:44 2017 -0500
gnu: shared-mime-info: Update to 1.8.
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.8.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 65014d3..98f1642 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -681,14 +681,14 @@ update-desktop-database: updates the database containing
a cache of MIME types
(define-public shared-mime-info
(package
(name "shared-mime-info")
- (version "1.7")
+ (version "1.8")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/~hadess/"
"shared-mime-info-" version ".tar.xz"))
(sha256
(base32
- "0bjd2j1rqrj150mr04j7ib71lfdlgbf235fg8d70g8mszqf7ik7a"))))
+ "1sc96lv9dp1lkvs8dh3ngm3hbjb274d363dl9avhb61il3qmxx9a"))))
(build-system gnu-build-system)
(arguments
;; The build system appears not to be parallel-safe.