[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: gnome-initial-setup: Update to 46.4.
From: |
guix-commits |
Subject: |
10/12: gnu: gnome-initial-setup: Update to 46.4. |
Date: |
Fri, 13 Dec 2024 07:09:44 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 904755012fb4cdd28c9b1c9994cba1053bf2df5b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Nov 30 02:24:40 2024 +0100
gnu: gnome-initial-setup: Update to 46.4.
* gnu/packages/gnome.scm (gnome-initial-setup): Update to 46.4.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a1f7d50985..d204db5325 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1571,7 +1571,7 @@ extraction, and lookup for applications on the desktop.")
(define-public gnome-initial-setup
(package
(name "gnome-initial-setup")
- (version "44.8")
+ (version "46.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
@@ -1579,7 +1579,7 @@ extraction, and lookup for applications on the desktop.")
"/gnome-initial-setup-" version ".tar.xz"))
(sha256
(base32
- "0y61y3rvz1hqmhjxl9mjwxcdvdxslyaghajav6l79a9yxi859508"))))
+ "1mqvvsl161pi4sv2x6b90rfs4a2166da9rkgkcpd67pwfhgyjxmr"))))
(build-system meson-build-system)
(arguments
(list
@@ -1603,6 +1603,7 @@ extraction, and lookup for applications on the desktop.")
pkg-config))
(inputs
(list accountsservice
+ dconf
elogind
gdm
geoclue
- branch gnome-team updated (5c00ceb3be -> b32926f0d7), guix-commits, 2024/12/13
- 06/12: folks: Disable tests., guix-commits, 2024/12/13
- 02/12: gnu: lock: Update to 1.1.3., guix-commits, 2024/12/13
- 05/12: gnu: gnome-shell: Update to 46.7., guix-commits, 2024/12/13
- 01/12: gnu: gnome-settings-daemon: Update to 47.2., guix-commits, 2024/12/13
- 09/12: gnu: libshumate: Update to 1.3.0., guix-commits, 2024/12/13
- 10/12: gnu: gnome-initial-setup: Update to 46.4.,
guix-commits <=
- 12/12: gnu: gdk-pixbuf: Update to 2.42.12., guix-commits, 2024/12/13
- 03/12: gnu: mutter: Update to 46.6., guix-commits, 2024/12/13
- 08/12: gnu: gnome-keyring: Update to 46.2., guix-commits, 2024/12/13
- 04/12: gnu: Make xdg-desktop-portal-next the new xdg-desktop-portal., guix-commits, 2024/12/13
- 07/12: gnu: folks: Update to 0.15.9., guix-commits, 2024/12/13
- 11/12: Merge branch 'master' into 'gnome-team'., guix-commits, 2024/12/13