guix-commits
[Top][All Lists]
Advanced

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

26/75: gnu: gnome-boxes: Update to 40.3.


From: guix-commits
Subject: 26/75: gnu: gnome-boxes: Update to 40.3.
Date: Mon, 27 Sep 2021 07:17:18 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit e5c29d485f40f4cc8ffaf701c9499f77c1d51e29
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 18:30:09 2021 +0000

    gnu: gnome-boxes: Update to 40.3.
    
    * gnu/packages/gnome.scm (gnome-boxes): Update to 40.3.
    [source]: Fix the URI.
---
 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 a044888..eceb4d7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11528,15 +11528,15 @@ integrate seamlessly with the GNOME desktop.")
 (define-public gnome-boxes
   (package
     (name "gnome-boxes")
-    (version "3.38.2")
+    (version "40.3")
     (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 "1zjvng0izbws3506998l3dwsxjbm7wnhqipb8nmqzvi096czvajl"))))
+        (base32 "0n20yzxsc7mv73a905djvsas76vknfn67ad1n0rnvgm48n7qxw7z"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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