guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 1d0a3be6654cb34ed02ce07f61c3168a936a5de1
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:23:42 2026 +0200
gnu: gnome-shell-extension-night-theme-switcher: Update to 81.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-night-theme-switcher):
Update to 81.
Signed-off-by: Noé Lopez <[email protected]>
---
gnu/packages/gnome-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index efd24e5b01..8c4ce3845a 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1169,7 +1169,7 @@ notebooks and tiling window managers.")
(define-public gnome-shell-extension-night-theme-switcher
(package
(name "gnome-shell-extension-night-theme-switcher")
- (version "79")
+ (version "81")
(source
(origin
(method git-fetch)
@@ -1178,7 +1178,7 @@ notebooks and tiling window managers.")
"https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension")
(commit version)))
(sha256
- (base32 "1xjg9pg1rlrmnfpf64y1g1cx0i7032zn08z9khlam40587rd6rp0"))
+ (base32 "1q9dkfi2jj8x3sdavgn29vkwyj33v54f6rry5d672yb27awzig02"))
(file-name (git-file-name name version))))
(build-system meson-build-system)
(native-inputs (list pkg-config (list glib "bin")))