me
/
guix
Archived
1
0
Fork 0

gnu: shared-mime-info: Update to 1.7

* gnu/packages/gnome.scm (shared-mime-info): Update to 1.7.
master
Hartmut Goebel 2016-11-20 21:10:56 +01:00
parent 6305b81fed
commit 856f30b000
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 2 deletions

View File

@ -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.