guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit b961e258c790b0e1ad062ee09c4b090f6d15e279
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:19 2025 +0900
gnu: rygel: Update to 0.44.2.
* gnu/packages/gnome.scm (rygel): Update to 0.44.2.
Change-Id: Idcb8240e6bc598c0e22ed2d76e4375c8c7597232
---
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 f7da20f286..6f970209b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1739,7 +1739,7 @@ to preview files on the GNOME desktop.")
(define-public rygel
(package
(name "rygel")
- (version "0.42.6")
+ (version "0.44.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1747,7 +1747,7 @@ to preview files on the GNOME desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "011k9vph4vz8md9cg03g5r3qjwf18yz5dfma4rg3g20hnq25glj7"))))
+ "186mfdhamhghgy0l8a8dyiy1rfhlkbwvh01bz0mxqq6z9i4ywvkr"))))
(build-system meson-build-system)
(arguments
;; Disable the tracker plugin.