diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-10 01:54:34 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-10 13:42:32 +0200 |
commit | e9a32184fdbf685570a0309cf5b08c56f3ad0904 (patch) | |
tree | 4634fb3f656d2bb34449ce4cc6eb4f76209e8f19 /gnu | |
parent | 7d92ad4dfc359499e4812be8e648cb4a27bc58fb (diff) | |
download | guix-e9a32184fdbf685570a0309cf5b08c56f3ad0904.tar.gz guix-e9a32184fdbf685570a0309cf5b08c56f3ad0904.zip |
gnu: rygel: Update to 0.40.4.
* gnu/packages/gnome.scm (rygel): Update to 0.40.4.
Diffstat (limited to 'gnu')
-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 34039fbb05..912091e25b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1642,7 +1642,7 @@ to preview files on the GNOME desktop.") (define-public rygel (package (name "rygel") - (version "0.40.1") + (version "0.40.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1650,7 +1650,7 @@ to preview files on the GNOME desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "0bd3d2swa8lq47b9r04x8xwdr9nhjnrwqi6scygd134wb5vxfh22")))) + "12rl1bgvwbdmnhva57b22q7d2pwqvi2rizygiyy6qpv1x3dqlvbk")))) (build-system meson-build-system) (arguments ;; Disable the tracker plugin. |