lilyp pushed a commit to branch gnome-team
in repository guix.

commit 0f035c7f35bed449bf75d2badb271379668747e6
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Jul 13 11:49:43 2024 +0200

    gnu: gnome-boxes: Update to 46.1.
    
    * gnu/packages/gnome.scm (gnome-boxes): Update to 46.1.
    [inputs]: Add libportal.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0574b46a9f..87f971f6b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12754,7 +12754,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)
@@ -12762,7 +12762,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
@@ -12797,6 +12797,7 @@ integrate seamlessly with the GNOME desktop.")
            libgudev
            libhandy
            libosinfo
+           libportal
            libsecret
            libsoup
            libusb

Reply via email to