gnu: shared-mime-info: Update to 1.8.
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.8.
This commit is contained in:
parent
ee2b2d2fe9
commit
b43b584f8e
|
@ -681,14 +681,14 @@ update-desktop-database: updates the database containing a cache of MIME types
|
||||||
(define-public shared-mime-info
|
(define-public shared-mime-info
|
||||||
(package
|
(package
|
||||||
(name "shared-mime-info")
|
(name "shared-mime-info")
|
||||||
(version "1.7")
|
(version "1.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://freedesktop.org/~hadess/"
|
(uri (string-append "https://freedesktop.org/~hadess/"
|
||||||
"shared-mime-info-" version ".tar.xz"))
|
"shared-mime-info-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bjd2j1rqrj150mr04j7ib71lfdlgbf235fg8d70g8mszqf7ik7a"))))
|
"1sc96lv9dp1lkvs8dh3ngm3hbjb274d363dl9avhb61il3qmxx9a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The build system appears not to be parallel-safe.
|
;; The build system appears not to be parallel-safe.
|
||||||
|
|
Loading…
Reference in New Issue