diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-07-13 11:49:43 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:26 +0100 |
| commit | ef73bc109e2f2113636c58c2fae3e42e6fc93423 (patch) | |
| tree | 88ac0e2c5fa6b06586ac617bdaeec0206a7d214f /gnu | |
| parent | 19241a5f19d9c3a52ba99dbc4de43e08976cbafc (diff) | |
gnu: gnome-boxes: Update to 46.1.
* gnu/packages/gnome.scm (gnome-boxes): Update to 46.1.
[inputs]: Add libportal.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 84670b738c0..e51805bff9e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12758,7 +12758,7 @@ integrate seamlessly with the GNOME desktop.") (define-public gnome-boxes (package (name "gnome-boxes") - (version "44.3") + (version "46.1") (source (origin (method url-fetch) @@ -12766,7 +12766,7 @@ integrate seamlessly with the GNOME desktop.") (version-major version) "/" "gnome-boxes-" version ".tar.xz")) (sha256 - (base32 "0wg1fgp44wnv8cx39rinia2ix4mw6rqaczkq797g0xf8w2w432k4")))) + (base32 "0dk02421nwvbg9k8lyink3j0g0ndsgkzjk33lrq06r32cxzif34h")))) (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t @@ -12801,6 +12801,7 @@ integrate seamlessly with the GNOME desktop.") libgudev libhandy libosinfo + libportal libsecret libsoup libusb |
