diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2024-02-03 18:28:06 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-02-23 23:22:55 +0100 |
commit | df3813c7679952ab806e8bcd47a434fa9af21d41 (patch) | |
tree | d25f68b5e8630698b982865ce1b64db3f631f498 /gnu/packages/gnome.scm | |
parent | 18acf69acf8884aa74556f5b2cfc4057461ebc99 (diff) | |
download | guix-df3813c7679952ab806e8bcd47a434fa9af21d41.tar.gz |
gnu: rygel: Update to 0.42.5.
* gnu/packages/gnome.scm (rygel): Update to 0.42.5. Change-Id: I348840583dcf57aa241a5a1cb7842babe0b7c659 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fe39a512fc..646ea8df68 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.4") + (version "0.42.5") (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 - "1xq36f0n42yall67ibqzqsdpvljbdanhy0lvkc8ncark5nmdy433")))) + "17yqnw802vp92cs7ci7kjrixbj446gcriai2dggal4375qnn0cqi")))) (build-system meson-build-system) (arguments ;; Disable the tracker plugin. |