diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-15 15:10:16 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-17 20:55:38 +0900 |
commit | c9996173fbf3a1df6c621a93f1f14a63cd2f24e9 (patch) | |
tree | 3fa6e120b9f36bf2ae941ec66ea162ca51db2978 | |
parent | a89779633a9e6999ca75ee5160c4399986e1d62a (diff) | |
download | guix-c9996173fbf3a1df6c621a93f1f14a63cd2f24e9.tar.gz guix-c9996173fbf3a1df6c621a93f1f14a63cd2f24e9.zip |
gnu: gnome-boxes: Update to 47.0.
* gnu/packages/gnome.scm (gnome-boxes): Update to 47.0.
Change-Id: I398a1c3975143ed768e67ff555c2e7d0a51ead23
-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 7705ba0513..c1e2d679b0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12895,7 +12895,7 @@ integrate seamlessly with the GNOME desktop.") (define-public gnome-boxes (package (name "gnome-boxes") - (version "46.1") + (version "47.0") (source (origin (method url-fetch) @@ -12903,7 +12903,7 @@ integrate seamlessly with the GNOME desktop.") (version-major version) "/" "gnome-boxes-" version ".tar.xz")) (sha256 - (base32 "0dk02421nwvbg9k8lyink3j0g0ndsgkzjk33lrq06r32cxzif34h")))) + (base32 "13y7ic1k5sknld4ak2m1k0nb6p18wsqwb4libilm2kdzw4nnrgv5")))) (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t |