guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

93/181: gnu: gnome-music: Update to 42.1.


From: guix-commits
Subject: 93/181: gnu: gnome-music: Update to 42.1.
Date: Tue, 13 Sep 2022 02:25:58 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit c0e51f87d8438591406eb2329e1ca0236717f9b8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 8 16:53:04 2022 -0400

    gnu: gnome-music: Update to 42.1.
    
    * gnu/packages/gnome.scm (gnome-music): Update to 42.1.
    [meson]: Delete argument.
---
 gnu/packages/gnome.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e8a7bcd428..a723581cfb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -946,7 +946,7 @@ cloud integration is offered through GNOME Online 
Accounts.")
 (define-public gnome-music
   (package
     (name "gnome-music")
-    (version "42.0")
+    (version "42.1")
     (source
      (origin
        (method url-fetch)
@@ -956,11 +956,10 @@ cloud integration is offered through GNOME Online 
Accounts.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1l6536dv5g4qy2jbca0pnw632zc92al9cjsq6kwf1gajk27ijs4x"))))
+         "0w42xnp6xy3sfakb4s0wq7xfg7p507whz5gzss5b2mkbm2k7yx67"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
-       #:meson ,meson-0.60
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'skip-gtk-update-icon-cache



reply via email to

[Prev in Thread] Current Thread [Next in Thread]