gnu: shared-mime-info: Update to 1.6.
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.6.
This commit is contained in:
parent
1543fe4d1b
commit
ccbf8ccd32
|
@ -612,14 +612,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.2")
|
(version "1.6")
|
||||||
(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
|
||||||
"0y5vi0vr6rbhvfzcfg57cfskn362bpvcpca9cy598nmr87i6lld5"))))
|
"0k637g047gci8g69bg4g19akylpfraxm40hd30j3i4v7cidziy5j"))))
|
||||||
(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