guix-commits
[Top][All Lists]
Advanced

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

100/117: gnu: gnome-boxes: Update to 40.0.


From: guix-commits
Subject: 100/117: gnu: gnome-boxes: Update to 40.0.
Date: Tue, 23 Mar 2021 19:26:04 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 6bda92c58125f57b2ba378f36458ea6df1c6dff6
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:54:53 2021 +0100

    gnu: gnome-boxes: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-boxes): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 507c227..6a6c35a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11163,15 +11163,15 @@ integrate seamlessly with the GNOME desktop.")
 (define-public gnome-boxes
   (package
     (name "gnome-boxes")
-    (version "3.36.6")
+    (version "40.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnome/sources/gnome-boxes/"
-                           (version-major+minor version) "/"
+                           (version-major version) "/"
                            "gnome-boxes-" version ".tar.xz"))
        (sha256
-        (base32 "0c3cw90xqqcpacc2z06ljs0gg8saxizfgjzg9alhpwgz3gl4c5pg"))))
+        (base32 "1xdcc6pndqcwc889bjwnjk92synmh5nxr756d8m9c73l9mgilzzs"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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