diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-03 19:14:27 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:45:02 +0200 |
commit | ccbf8ccd325363efb267b1af83bcd2476c21ae42 (patch) | |
tree | a0178743838adde829f174eee37f934c6b9b413a /gnu | |
parent | 1543fe4d1bff21da5978b1cbeea1cc0fe4e4a321 (diff) | |
download | guix-ccbf8ccd325363efb267b1af83bcd2476c21ae42.tar.gz guix-ccbf8ccd325363efb267b1af83bcd2476c21ae42.zip |
gnu: shared-mime-info: Update to 1.6.
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 0fd1d5bb29..6361eef2db 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. |