diff options
author | Vivien Kraus <[email protected]> | 2024-02-03 13:46:08 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2024-02-23 23:22:56 +0100 |
commit | 5cabec17d636c22e946d669be512279dd1506721 (patch) | |
tree | 281fe38bcc8ad3c425990d4e93afd33c2ab96360 /gnu | |
parent | e2989e9d6fab5786197a99cb1f2587ba03e1c1e3 (diff) |
gnu: gnome-shell: Update to 44.9.
* gnu/packages/gnome.scm (gnome-shell): Update to 44.9.
Change-Id: I1160153fa4cbe3f93e9cfab983f518a405e32297
Reviewed-by: Maxim Cournoyer <[email protected]>
Signed-off-by: Liliana Marie Prikler <[email protected]>
Diffstat (limited to 'gnu')
-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 dec43fb882..5cca679672 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9257,7 +9257,7 @@ properties, screen resolution, and other GNOME parameters.") (define-public gnome-shell (package (name "gnome-shell") - (version "44.7") + (version "44.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -9265,7 +9265,7 @@ properties, screen resolution, and other GNOME parameters.") name "-" version ".tar.xz")) (sha256 (base32 - "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb")))) + "0k5pxbwwqi1fqpvja77xl0fv7y46gaz17p29f74wpzyb61g16rhp")))) (build-system meson-build-system) (arguments (let ((disallowed-references |