guix-commits
[Top][All Lists]
Advanced

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

02/17: gnu: shared-mime-info: Update to 1.9.


From: Tobias Geerinckx-Rice
Subject: 02/17: gnu: shared-mime-info: Update to 1.9.
Date: Tue, 12 Jun 2018 09:30:30 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit d577e00f969dbee50930b9aabf096ce9b277ac81
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 11 02:27:43 2018 +0200

    gnu: shared-mime-info: Update to 1.9.
    
    * gnu/packages/gnome.scm (shared-mime-info): Update to 1.9.
---
 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 de212bf..6c7b4eb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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.



reply via email to

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