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:31 +0100 |
| commit | cfead46e73bd58c61e927383394cbc20b9abb30d (patch) | |
| tree | f5067658e35a88b628cda5cf71a3fd8b8f1a3b9d | |
| parent | bb6b7bdf22461910238ba1a4d00cfd96a4c07055 (diff) | |
gnu: gnome-shell-extensions: Update to 46.5.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 46.5.
Change-Id: I746aee511cb2175f4f192fad63408dc74a4606a0
| -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 3bf16d8714c..11e8a828a78 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11148,7 +11148,7 @@ GNOME Shell appearance and extension, etc.") (define-public gnome-shell-extensions (package (name "gnome-shell-extensions") - (version "46.2") + (version "46.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -11156,7 +11156,7 @@ GNOME Shell appearance and extension, etc.") name "-" version ".tar.xz")) (sha256 (base32 - "0vyqqzqdd69sgarzpahxfj056rcm0hlk9hd52pr5y4i5d79fjhnl")))) + "06fcy79wgr3zyqgp6c433a6yfirv808zrhk50nss6mdgxqgd4cnv")))) (build-system meson-build-system) (arguments (list |
