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

commit 0445244a92096c356c0b6c9669f4c8770404cffa
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100

    gnu: gnome-music: Update to 46.1.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 46.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 9c8a5954f1..42d4c3de4f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -915,7 +915,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "46.0")
+    (version "46.1")
     (source
      (origin
        (method url-fetch)
@@ -925,7 +925,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0pzcqmmzcp71ls9bl85nqwi2wf4lqg3izdwa5ypzd4k8077dal54"))))
+         "1zdzafirfhaldbp8m8pmqw0ysfxc7ndbakqc7d1xrr4v51n2vghi"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to