diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 19:44:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 22:26:15 +0200 |
commit | 915c2ad37300dd9d4c95a129197ea3935c171263 (patch) | |
tree | 374571fc4c3188f143153b43cbaa15ad57b0236e | |
parent | 2e60eafb472118488cbdc0b08c4392228cdd7bee (diff) | |
download | guix-915c2ad37300dd9d4c95a129197ea3935c171263.tar.gz guix-915c2ad37300dd9d4c95a129197ea3935c171263.zip |
gnu: gnome-boxes: Update to 3.36.6.
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.6.
-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 894e8729f7..dce9639cb8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10046,7 +10046,7 @@ integrate seamlessly with the GNOME desktop.") (define-public gnome-boxes (package (name "gnome-boxes") - (version "3.36.5") + (version "3.36.6") (source (origin (method url-fetch) @@ -10054,7 +10054,7 @@ integrate seamlessly with the GNOME desktop.") (version-major+minor version) "/" "gnome-boxes-" version ".tar.xz")) (sha256 - (base32 "1khvyhgd3p41fvvknga1hdl0p1ks4kj4cwsiaw28v1sy6nzclm2c")))) + (base32 "0c3cw90xqqcpacc2z06ljs0gg8saxizfgjzg9alhpwgz3gl4c5pg")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |