lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 92b641029313f7d9e4259edd030764def6796646
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:30:34 2021 +0100

    gnu: rygel: Update to 0.40.1.
    
    * gnu/packages/gnome.scm (rygel): Update to 0.40.1.
---
 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 709796b..c9ae189 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1594,7 +1594,7 @@ preview files on the GNOME desktop.")
 (define-public rygel
   (package
     (name "rygel")
-    (version "0.38.3")
+    (version "0.40.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1602,7 +1602,7 @@ preview files on the GNOME desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "003xficqb08r1dgid20i7cn889lbfwrglpx78rjd5nkvgxbimhh8"))))
+                "0bd3d2swa8lq47b9r04x8xwdr9nhjnrwqi6scygd134wb5vxfh22"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)

Reply via email to