gnu: gnome-boxes: Update to 47.0.

* gnu/packages/gnome.scm (gnome-boxes): Update to 47.0.

Change-Id: I398a1c3975143ed768e67ff555c2e7d0a51ead23
This commit is contained in:
Maxim Cournoyer 2025-03-15 15:10:16 +09:00
parent a89779633a
commit c9996173fb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12895,7 +12895,7 @@ integrate seamlessly with the GNOME desktop.")
(define-public gnome-boxes (define-public gnome-boxes
(package (package
(name "gnome-boxes") (name "gnome-boxes")
(version "46.1") (version "47.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -12903,7 +12903,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 "0dk02421nwvbg9k8lyink3j0g0ndsgkzjk33lrq06r32cxzif34h")))) (base32 "13y7ic1k5sknld4ak2m1k0nb6p18wsqwb4libilm2kdzw4nnrgv5"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:glib-or-gtk? #t (list #:glib-or-gtk? #t