guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68911] [PATCH gnome-team v2 03/17] gnu: rygel: Update to 0.42.5.


From: Vivien Kraus
Subject: [bug#68911] [PATCH gnome-team v2 03/17] gnu: rygel: Update to 0.42.5.
Date: Sat, 3 Feb 2024 18:28:06 +0100
User-agent: Evolution 3.48.4

* gnu/packages/gnome.scm (rygel): Update to 0.42.5.

Change-Id: I348840583dcf57aa241a5a1cb7842babe0b7c659
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f94abc6a65..643c0e1000 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1683,7 +1683,7 @@ (define-public sushi
 (define-public rygel
   (package
     (name "rygel")
-    (version "0.42.4")
+    (version "0.42.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1691,7 +1691,7 @@ (define-public rygel
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1xq36f0n42yall67ibqzqsdpvljbdanhy0lvkc8ncark5nmdy433"))))
+                "17yqnw802vp92cs7ci7kjrixbj446gcriai2dggal4375qnn0cqi"))))
     (build-system meson-build-system)
     (arguments
      ;; Disable the tracker plugin.
-- 
2.41.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]