guix-commits
[Top][All Lists]
Advanced

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

12/113: gnu: gnome-initial-setup: Update to 40.0.


From: guix-commits
Subject: 12/113: gnu: gnome-initial-setup: Update to 40.0.
Date: Wed, 24 Mar 2021 19:23:29 -0400 (EDT)

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

commit b1da2159527c4546f586c3ab8d97dbf44ba342c2
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 494d2cc..cf0b57c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1435,15 +1435,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]