guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: gnome-boxes: Update to 3.38.2.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gnome-boxes: Update to 3.38.2.
Date: Fri, 17 Sep 2021 17:03:45 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 8613652  gnu: gnome-boxes: Update to 3.38.2.
8613652 is described below

commit 8613652f3f80105f35db13d6d9308257bbff8474
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 17 23:03:20 2021 +0200

    gnu: gnome-boxes: Update to 3.38.2.
    
    * gnu/packages/gnome.scm (gnome-boxes): Update to 3.38.2.
    [inputs]: Add gtksourceview and json-glib.
---
 gnu/packages/gnome.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e4fc2ca..d954a8c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11404,7 +11404,7 @@ integrate seamlessly with the GNOME desktop.")
 (define-public gnome-boxes
   (package
     (name "gnome-boxes")
-    (version "3.36.6")
+    (version "3.38.2")
     (source
      (origin
        (method url-fetch)
@@ -11412,7 +11412,7 @@ integrate seamlessly with the GNOME desktop.")
                            (version-major+minor version) "/"
                            "gnome-boxes-" version ".tar.xz"))
        (sha256
-        (base32 "0c3cw90xqqcpacc2z06ljs0gg8saxizfgjzg9alhpwgz3gl4c5pg"))))
+        (base32 "1zjvng0izbws3506998l3dwsxjbm7wnhqipb8nmqzvi096czvajl"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -11434,6 +11434,8 @@ integrate seamlessly with the GNOME desktop.")
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gtk" ,gtk+)
        ("gtk-vnc" ,gtk-vnc)
+       ("gtksourceview" ,gtksourceview)
+       ("json-glib" ,json-glib)
        ("libosinfo" ,libosinfo)
        ("libsecret" ,libsecret)
        ("libsoup" ,libsoup)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]