diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-11 02:27:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-12 15:06:19 +0200 |
commit | d577e00f969dbee50930b9aabf096ce9b277ac81 (patch) | |
tree | ac8eeaa035a89c998c051cea2e4debadf1c18eed | |
parent | 52630ca08487f8b65fe316aebc5ad9d8c050d731 (diff) | |
download | patches-d577e00f969dbee50930b9aabf096ce9b277ac81.tar patches-d577e00f969dbee50930b9aabf096ce9b277ac81.tar.gz |
gnu: shared-mime-info: Update to 1.9.
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.9.
-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 de212bfb44..6c7b4ebdce 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. |