summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2024-07-19 10:57:12 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-03-02 20:31:28 +0100
commit8efedb5afee0320e02ff67d4bd5c4b3f493f3dee (patch)
treebb981a2f06db9a23771757257ea1afc185d4897a /gnu
parent3e152fda0291f9d40b082965f60f32bc0e8e36ab (diff)
gnu: rygel: Update to 0.42.6.
* gnu/packages/gnome.scm (rygel): Update to 0.42.6.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3bdea179e47..27bd7ee2a15 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1726,7 +1726,7 @@ to preview files on the GNOME desktop.")
(define-public rygel
(package
(name "rygel")
- (version "0.42.5")
+ (version "0.42.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1734,7 +1734,7 @@ to preview files on the GNOME desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "17yqnw802vp92cs7ci7kjrixbj446gcriai2dggal4375qnn0cqi"))))
+ "011k9vph4vz8md9cg03g5r3qjwf18yz5dfma4rg3g20hnq25glj7"))))
(build-system meson-build-system)
(arguments
;; Disable the tracker plugin.