guix-commits
[Top][All Lists]
Advanced

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

11/117: gnu: gnome-initial-setup: Update to 40.0.


From: guix-commits
Subject: 11/117: gnu: gnome-initial-setup: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:35 -0400 (EDT)

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

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

    gnu: gnome-initial-setup: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-initial-setup): 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 736645d..2d908d4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1434,15 +1434,15 @@ extraction, and lookup for applications on the 
desktop.")
 (define-public gnome-initial-setup
   (package
    (name "gnome-initial-setup")
-   (version "3.32.1")
+   (version "40.0")
    (source (origin
             (method url-fetch)
            (uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
-                                (version-major+minor version)
+                                (version-major version)
                                 "/gnome-initial-setup-" version ".tar.xz"))
             (sha256
              (base32
-              "1gwhp7dalyc8zsb2pa66cmpdrj2d6drbq5p331sq6zp8ds10k9ry"))))
+              "0vw9k4drslbxr9q0160v88zny3xx0rkfqks1lw9f23iq2i3cgq0l"))))
    (build-system meson-build-system)
    (arguments
     '(#:configure-flags '(;; Enable camera support for user selfie.



reply via email to

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