[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: shared-mime-info: Update to 1.7
From: |
Hartmut Goebel |
Subject: |
01/01: gnu: shared-mime-info: Update to 1.7 |
Date: |
Mon, 21 Nov 2016 16:17:28 +0000 (UTC) |
htgoebel pushed a commit to branch staging
in repository guix.
commit 856f30b0009dbb65446de7d62f0497e31eedd88c
Author: Hartmut Goebel <address@hidden>
Date: Sun Nov 20 21:10:56 2016 +0100
gnu: shared-mime-info: Update to 1.7
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.7.
---
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 ae79d62..dd6a681 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -682,14 +682,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.6")
+ (version "1.7")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/~hadess/"
"shared-mime-info-" version ".tar.xz"))
(sha256
(base32
- "0k637g047gci8g69bg4g19akylpfraxm40hd30j3i4v7cidziy5j"))))
+ "0bjd2j1rqrj150mr04j7ib71lfdlgbf235fg8d70g8mszqf7ik7a"))))
(build-system gnu-build-system)
(arguments
;; The build system appears not to be parallel-safe.