This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 54a5eb07f6 gnu: rhythmbox: Update to 3.4.9.
54a5eb07f6 is described below

commit 54a5eb07f66b575018bf13c62d045db45a750af3
Author: Patrick Norton <[email protected]>
AuthorDate: Sat Feb 28 12:43:03 2026 -0500

    gnu: rhythmbox: Update to 3.4.9.
    
    * gnu/packages/gnome.scm (rhythmbox): Update to 3.4.9.
    
    Change-Id: Ic3cf5a46e9827460c834361bb1206b46f6b2965a
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 41a2ff92e6..a753ccfd91 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6783,7 +6783,7 @@ which can read a large number of file formats.")
 (define-public rhythmbox
   (package
     (name "rhythmbox")
-    (version "3.4.7")
+    (version "3.4.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/rhythmbox/"
@@ -6791,7 +6791,7 @@ which can read a large number of file formats.")
                                   "rhythmbox-" version ".tar.xz"))
               (sha256
                (base32
-                "0zps1k72n7yycw6djgilgdacwdi993xqh1sh9x9lr9n17z0mcv9g"))))
+                "1w888kp8rvlqgybfbg059sxriqnp0lzzfarmdgz1z8ppinhr28p4"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to