diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-13 21:36:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-14 00:05:11 +0200 |
commit | 69300c0d70a2ad2bc53b32017f7fa9de95ecb100 (patch) | |
tree | feccfdb34fdb36733136895e2ec76c80097137f7 /gnu/packages/gnome.scm | |
parent | de08b5b23fa7bbc972c128ebd343331fcc0a2c22 (diff) |
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.scm | 4 |
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 |