~ruther/guix-local

ce34ff8f3f01e03fc6c2ab16951a55b4281bd6e7 — Maxim Cournoyer 3 years ago 87f7f4f
gnu: rygel: Update to 0.41.2.

* gnu/packages/gnome.scm (rygel): Update to 0.41.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 1689,7 1689,7 @@ to preview files on the GNOME desktop.")
(define-public rygel
  (package
    (name "rygel")
    (version "0.40.4")
    (version "0.41.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"


@@ 1697,7 1697,7 @@ to preview files on the GNOME desktop.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "12rl1bgvwbdmnhva57b22q7d2pwqvi2rizygiyy6qpv1x3dqlvbk"))))
                "0wivd60hn115ar3hsrsa595kpxzp8gwq30ksh32qlq8j9dhlq65i"))))
    (build-system meson-build-system)
    (arguments
     ;; Disable the tracker plugin.