guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 24a5b13c080c6868a9f40ea1a80f0e37495c7e7a
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Nov 21 11:34:11 2025 +0100
gnu: gnome-shell-extension-night-theme-switcher: Update to 79.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-night-theme-switcher):
Update to 79.
---
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 d871bff374..12e6ff3d82 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1109,7 +1109,7 @@ notebooks and tiling window managers.")
(define-public gnome-shell-extension-night-theme-switcher
(package
(name "gnome-shell-extension-night-theme-switcher")
- (version "78")
+ (version "79")
(source
(origin
(method git-fetch)
@@ -1118,7 +1118,7 @@ notebooks and tiling window managers.")
"https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension")
(commit version)))
(sha256
- (base32 "13rqql22q3pv6dp3lmms7xbqna6h6x13gmd337fcqzc0k952xckc"))
+ (base32 "1xjg9pg1rlrmnfpf64y1g1cx0i7032zn08z9khlam40587rd6rp0"))
(file-name (git-file-name name version))))
(build-system meson-build-system)
(native-inputs (list pkg-config (list glib "bin")))