gnu: gnome-music: Update to 42.1.
* gnu/packages/gnome.scm (gnome-music): Update to 42.1. [meson]: Delete argument.master
parent
0974144848
commit
c0e51f87d8
|
@ -946,7 +946,7 @@ cloud integration is offered through GNOME Online Accounts.")
|
||||||
(define-public gnome-music
|
(define-public gnome-music
|
||||||
(package
|
(package
|
||||||
(name "gnome-music")
|
(name "gnome-music")
|
||||||
(version "42.0")
|
(version "42.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -956,11 +956,10 @@ cloud integration is offered through GNOME Online Accounts.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l6536dv5g4qy2jbca0pnw632zc92al9cjsq6kwf1gajk27ijs4x"))))
|
"0w42xnp6xy3sfakb4s0wq7xfg7p507whz5gzss5b2mkbm2k7yx67"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
#:meson ,meson-0.60
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
|
|
Reference in New Issue