gnu: gnome-boxes: Update to 41.1.
* gnu/packages/gnome.scm (gnome-boxes): Update to 41.1. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>master
parent
b82cb1ff14
commit
90b737bb8d
|
@ -11610,7 +11610,7 @@ integrate seamlessly with the GNOME desktop.")
|
||||||
(define-public gnome-boxes
|
(define-public gnome-boxes
|
||||||
(package
|
(package
|
||||||
(name "gnome-boxes")
|
(name "gnome-boxes")
|
||||||
(version "40.3")
|
(version "41.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11618,7 +11618,7 @@ integrate seamlessly with the GNOME desktop.")
|
||||||
(version-major version) "/"
|
(version-major version) "/"
|
||||||
"gnome-boxes-" version ".tar.xz"))
|
"gnome-boxes-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n20yzxsc7mv73a905djvsas76vknfn67ad1n0rnvgm48n7qxw7z"))))
|
(base32 "1wzhm8n485cqhbai4qshgrwl05ix881g8gjshilrj6vg8p1li79h"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
|
Reference in New Issue