lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit d5aa07fdcdda87b397bb18b08a6662e42bf90a94
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:54:53 2021 +0100
gnu: gnome-boxes: Update to 40.0.
* gnu/packages/gnome.scm (gnome-boxes): Update to 40.0.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f766fa9..35cf157 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11198,15 +11198,15 @@ integrate seamlessly with the GNOME desktop.")
(define-public gnome-boxes
(package
(name "gnome-boxes")
- (version "3.36.6")
+ (version "40.0")
(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 "0c3cw90xqqcpacc2z06ljs0gg8saxizfgjzg9alhpwgz3gl4c5pg"))))
+ (base32 "1xdcc6pndqcwc889bjwnjk92synmh5nxr756d8m9c73l9mgilzzs"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t