diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-11-30 02:24:40 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:38 +0100 |
| commit | 392cbb9181663b5a8ca0e1bbab73f489b0b4b24e (patch) | |
| tree | 8414c3bae631350bc9fda4cdca047c91420d9658 | |
| parent | b0619718b7d71820cfa50e84afc953b54b048d53 (diff) | |
gnu: gnome-initial-setup: Update to 46.4.
* gnu/packages/gnome.scm (gnome-initial-setup): Update to 46.4.
| -rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 428b530a477..90ba4111320 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1576,7 +1576,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/" @@ -1584,7 +1584,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 @@ -1608,6 +1608,7 @@ extraction, and lookup for applications on the desktop.") pkg-config)) (inputs (list accountsservice + dconf elogind gdm geoclue |
