diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-05 00:14:38 +0900 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2025-04-11 14:56:29 +0100 |
| commit | 60155bdfcfe773e0243da40408e89ffd41708bdf (patch) | |
| tree | 322343bdec96c88ed93eec14d27ca179c037c066 | |
| parent | 3d95bcebb95e7a3656c00116b5ec8a005a3da14e (diff) | |
gnu: gnome-shell: Update to 46.10.
* gnu/packages/gnome.scm (gnome-shell): Update to 46.10.
Change-Id: Ib85343a6e5797bdd295fa03b6dc8d395e5d545de
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 195775889a0..a0511308a75 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9539,7 +9539,7 @@ properties, screen resolution, and other GNOME parameters.") (define-public gnome-shell (package (name "gnome-shell") - (version "46.7") + (version "46.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -9547,7 +9547,7 @@ properties, screen resolution, and other GNOME parameters.") name "-" version ".tar.xz")) (sha256 (base32 - "0n19160ab6chcnxmwwv4m0kfz856n7851dv4ck0p08mfp39wzwhw")))) + "1dmpv6n05r7ryl4rq39755bv3f1x50kxk049phnlsyfxfn7m1jcs")))) (build-system meson-build-system) (arguments (let ((disallowed-references |
