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

commit b5d2da15eeb496632e4e63053803bd8f363fa188
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 1736696dd4..e4be47e61e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -914,7 +914,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)
@@ -924,7 +924,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