lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 08dcc626c929a4e109482f1f274662f74457b174
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:27:47 2021 +0100

    gnu: gnome-music: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b514626..8ae038d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -929,17 +929,17 @@ cloud integration is offered through GNOME Online 
Accounts.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "3.34.5")
+    (version "40.0")
     (source
      (origin
        (method url-fetch)
        (uri
         (string-append "mirror://gnome/sources/" name "/"
-                       (version-major+minor version) "/"
+                       (version-major version) "/"
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1r5sfw5cbd6qqh27lzhblazir0bfi3k7nqppw66qw990isqm5psy"))))
+         "1djqhd4jccvk352hwxjhiwjgbnv1qnpv450f2c6w6581vcn9pq38"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to