guix-commits
[Top][All Lists]
Advanced

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

16/97: gnu: shared-mime-info: Update to 1.6.


From: Ludovic Courtès
Subject: 16/97: gnu: shared-mime-info: Update to 1.6.
Date: Wed, 13 Apr 2016 17:31:45 +0000

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

commit 06930b325476cdbd95bf627d3cccca0fa2a1b2ff
Author: 宋文武 <address@hidden>
Date:   Sun Apr 3 19:14:27 2016 +0800

    gnu: shared-mime-info: Update to 1.6.
    
    * gnu/packages/gnome.scm (shared-mime-info): Update to 1.6.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2adf267..a27e17f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -612,14 +612,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.2")
+    (version "1.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://freedesktop.org/~hadess/";
                                  "shared-mime-info-" version ".tar.xz"))
              (sha256
               (base32
-               "0y5vi0vr6rbhvfzcfg57cfskn362bpvcpca9cy598nmr87i6lld5"))))
+               "0k637g047gci8g69bg4g19akylpfraxm40hd30j3i4v7cidziy5j"))))
     (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]