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 30d4846e2a gnu: gnome-music: Update to 49.1.
30d4846e2a is described below

commit 30d4846e2afb1efe1c65eb09d44fe404da88677b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Feb 11 09:48:37 2026 +0900

    gnu: gnome-music: Update to 49.1.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 49.1.
    
    Change-Id: Ib37e2d57f05743799d6acbfd597a5477014df113
---
 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 b4e5aaf8ec..53932f546b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -848,7 +848,7 @@ tomorrow, the rest of the week and for special occasions.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "46.1")
+    (version "49.1")
     (source
      (origin
        (method url-fetch)
@@ -858,7 +858,7 @@ tomorrow, the rest of the week and for special occasions.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1zdzafirfhaldbp8m8pmqw0ysfxc7ndbakqc7d1xrr4v51n2vghi"))))
+         "0rxw0zr7z2y7mr2qkb3vwg3mwg7sif6xzlyjkwkfcd2ynph1m25s"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to