guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 4da3050f18323cf0408b017c45977a70c0413544
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 b0087b6ca6..d82470231b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1106,7 +1106,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)
@@ -1115,7 +1115,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")))

Reply via email to