guix-commits
[Top][All Lists]
Advanced

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

63/107: gnu: gnome-initial-setup: Update to 3.36.1.


From: guix-commits
Subject: 63/107: gnu: gnome-initial-setup: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:25 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 9451c05f175b906a52da9d39860ab0ab23fd1371
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Apr 20 21:13:52 2020 -0400

    gnu: gnome-initial-setup: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (gnome-initial-setup): Update to 3.36.1.
    [inputs]: Replace network-manager-applet with libnma.
---
 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 2741d08..41ec38e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -597,7 +597,7 @@ extraction, and lookup for applications on the desktop.")
 (define-public gnome-initial-setup
   (package
    (name "gnome-initial-setup")
-   (version "3.32.1")
+   (version "3.36.1")
    (source (origin
             (method url-fetch)
            (uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
@@ -605,7 +605,7 @@ extraction, and lookup for applications on the desktop.")
                                 "/gnome-initial-setup-" version ".tar.xz"))
             (sha256
              (base32
-              "1gwhp7dalyc8zsb2pa66cmpdrj2d6drbq5p331sq6zp8ds10k9ry"))))
+              "1sfn6bdz8snc2qmi3nzb07vlkdhy9s1ipwxxj0v2i36a7n0gv6ci"))))
    (build-system meson-build-system)
    (arguments
     '(#:configure-flags '(;; Enable camera support for user selfie.
@@ -642,9 +642,9 @@ extraction, and lookup for applications on the desktop.")
       ("json-glib" ,json-glib)
       ("krb5" ,mit-krb5)
       ("libgweather" ,libgweather)
+      ("libnma" ,libnma)
       ("libsecret" ,libsecret)
       ("network-manager" ,network-manager)
-      ("network-manager-applet" ,network-manager-applet)
       ("packagekit" ,packagekit)
       ("polkit" ,polkit)
       ("pwquality" ,libpwquality)



reply via email to

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