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

commit 0643020915f6746408a7a4285907a3b1a2dc83cc
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Sep 8 16:36:12 2024 +0200

    gnu: gnome-music: Update to 46.0.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 46.0.
    
    Reviewed-by: Maxim Cournoyer <[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 d1b49c0132..d831c713a6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -908,7 +908,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "44.0")
+    (version "46.0")
     (source
      (origin
        (method url-fetch)
@@ -918,7 +918,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0l8xiw1nv8agskrpgiyr7kinna3gms1hv5d64hh4fqifaz4smlcv"))))
+         "0pzcqmmzcp71ls9bl85nqwi2wf4lqg3izdwa5ypzd4k8077dal54"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to