me
/
guix
Archived
1
0
Fork 0

gnu: gnome-boxes: Update to 40.3.

* gnu/packages/gnome.scm (gnome-boxes): Update to 40.3.
[source]: Fix the URI.
master
Mathieu Othacehe 2021-09-24 18:30:09 +00:00
parent 53cd623a68
commit 3eb817a887
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 3 deletions

View File

@ -11535,15 +11535,15 @@ integrate seamlessly with the GNOME desktop.")
(define-public gnome-boxes
(package
(name "gnome-boxes")
(version "3.38.2")
(version "40.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-boxes/"
(version-major+minor version) "/"
(version-major version) "/"
"gnome-boxes-" version ".tar.xz"))
(sha256
(base32 "1zjvng0izbws3506998l3dwsxjbm7wnhqipb8nmqzvi096czvajl"))))
(base32 "0n20yzxsc7mv73a905djvsas76vknfn67ad1n0rnvgm48n7qxw7z"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t