summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-13 21:36:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-14 00:05:11 +0200
commit69300c0d70a2ad2bc53b32017f7fa9de95ecb100 (patch)
treefeccfdb34fdb36733136895e2ec76c80097137f7 /gnu/packages/gnome.scm
parentde08b5b23fa7bbc972c128ebd343331fcc0a2c22 (diff)
downloadguix-patches-69300c0d70a2ad2bc53b32017f7fa9de95ecb100.tar
guix-patches-69300c0d70a2ad2bc53b32017f7fa9de95ecb100.tar.gz
gnu: gnome-boxes: Update to 3.36.5.
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.5.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 71a7c5812b..098abc8f49 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10036,7 +10036,7 @@ integrate seamlessly with the GNOME desktop.")
(define-public gnome-boxes
(package
(name "gnome-boxes")
- (version "3.36.4")
+ (version "3.36.5")
(source
(origin
(method url-fetch)
@@ -10044,7 +10044,7 @@ integrate seamlessly with the GNOME desktop.")
(version-major+minor version) "/"
"gnome-boxes-" version ".tar.xz"))
(sha256
- (base32 "16l0mq2ydmywcdya1795mcy8syg4zkmz9ws3pzjcqv5y4m7cjj03"))))
+ (base32 "1khvyhgd3p41fvvknga1hdl0p1ks4kj4cwsiaw28v1sy6nzclm2c"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t