gnu: gnome-shell-extension-night-theme-switcher: Update to 79.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-night-theme-switcher):
Update to 79.
This commit is contained in:
Liliana Marie Prikler 2025-11-21 11:34:11 +01:00
parent 2e38bdbb72
commit 24a5b13c08
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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")))