guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/85: gnu: shared-mime-info: Update to 1.8.


From: Mark H. Weaver
Subject: 13/85: gnu: shared-mime-info: Update to 1.8.
Date: Wed, 11 Jan 2017 16:36:01 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit b43b584f8e644ff8fc455db6bc87fff007983e6b
Author: Mark H Weaver <address@hidden>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]