guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: gnome-initial-setup: Update to 40.4.


From: guix-commits
Subject: 12/15: gnu: gnome-initial-setup: Update to 40.4.
Date: Sun, 26 Sep 2021 05:08:42 -0400 (EDT)

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

commit 0659d575801e3d0e39b97c7ab4ea901bde6ef462
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 08:05:51 2021 +0000

    gnu: gnome-initial-setup: Update to 40.4.
    
    * gnu/packages/gnome.scm (gnome-initial-setup): Update to 40.4.
    [source]: Fix the URI.
    [inputs]: Remove gnome-getting-started-docs.
---
 gnu/packages/gnome.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7cc72ce..8f51649 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1472,15 +1472,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.4")
    (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"))))
+              "06q3p4f8g9zr7a4mw3qr556mi0dg9qzrj8n46ybdz93fxs26aaj1"))))
    (build-system meson-build-system)
    (arguments
     '(#:configure-flags '(;; Enable camera support for user selfie.
@@ -1509,7 +1509,6 @@ extraction, and lookup for applications on the desktop.")
       ("gdm" ,gdm)
       ("geoclue" ,geoclue)
       ("gnome-desktop" ,gnome-desktop)
-      ("gnome-getting-started-docs" ,gnome-getting-started-docs)
       ("gnome-online-accounts" ,gnome-online-accounts)
       ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
       ("gstreamer" ,gstreamer)



reply via email to

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