guix-commits
[Top][All Lists]
Advanced

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

17/37: gnu: shared-mime-info: Update to 1.10.


From: guix-commits
Subject: 17/37: gnu: shared-mime-info: Update to 1.10.
Date: Sun, 14 Jul 2019 15:54:53 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit 5a7e93c757e26ef7f369f809df9769ab8b988910
Author: Kei Kebreau <address@hidden>
Date:   Thu Jun 27 10:39:42 2019 -0400

    gnu: shared-mime-info: Update to 1.10.
    
    * gnu/packages/gnome.scm (shared-mime-info): Update to 1.10.
---
 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 f2917c9..5638401 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -977,14 +977,14 @@ guidelines.")
 (define-public shared-mime-info
   (package
     (name "shared-mime-info")
-    (version "1.9")
+    (version "1.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://freedesktop.org/~hadess/";
                                  "shared-mime-info-" version ".tar.xz"))
              (sha256
               (base32
-               "10ywzhzg8v1xmb9sz5xbqaci90id38knswigynyl33i29vn360aw"))))
+               "1gxyvwym3xgpmp262gfn8jg5sla6k5hy6m6dmy6grgiq90xsh9f6"))))
     (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]