guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 4da90c992a78b630bd5a2fd7147ae39573d50c27
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:18 2025 +0900

    gnu: gnome-music: Update to 48.0.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 48.0.
    
    Change-Id: I9d047ed01aa7580c190b8e748ea8587ad5add3f6
---
 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 3b0532d23b..dfcab2b1dd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -924,7 +924,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "46.1")
+    (version "48.0")
     (source
      (origin
        (method url-fetch)
@@ -934,7 +934,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1zdzafirfhaldbp8m8pmqw0ysfxc7ndbakqc7d1xrr4v51n2vghi"))))
+         "0vnnhvxjr3znnywpqd9j48rjr2bfa6nsq9cac2qkpdk2ab8arnlc"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to