From ea3d84976b326c47d5bbdf3d711b5376b73eeb60 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 May 2025 14:01:19 +0900 Subject: [PATCH] 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 abb9ff03cf0..f924bf44a91 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1684,7 +1684,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 "/" @@ -1692,7 +1692,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.