~ruther/guix-local

856f30b0009dbb65446de7d62f0497e31eedd88c — Hartmut Goebel 9 years ago 6305b81
gnu: shared-mime-info: Update to 1.7

* gnu/packages/gnome.scm (shared-mime-info): Update to 1.7.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 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.