From 24a5b13c080c6868a9f40ea1a80f0e37495c7e7a Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Fri, 21 Nov 2025 11:34:11 +0100 Subject: [PATCH] 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 d871bff3741..12e6ff3d822 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")))