gnu: gnome-shell-extension-night-theme-switcher: Update to 74.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-night-theme-switcher): Update to 74. Change-Id: I712dad785d3d303252f35b4c73185b83b6e01e54 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
1d45b53244
commit
3a0d32a155
1 changed files with 2 additions and 2 deletions
|
@ -1018,7 +1018,7 @@ notebooks and tiling window managers.")
|
||||||
(define-public gnome-shell-extension-night-theme-switcher
|
(define-public gnome-shell-extension-night-theme-switcher
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-night-theme-switcher")
|
(name "gnome-shell-extension-night-theme-switcher")
|
||||||
(version "65")
|
(version "74")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1027,7 +1027,7 @@ notebooks and tiling window managers.")
|
||||||
"https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension")
|
"https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qhi2g2lh6m8vhrmmfi60977f0i4k9x1zj68lrvpzzlqndz8cgh9"))
|
(base32 "1hiydjyn7shc32i81r70sqip9p3hhig7pqq1h7hsz9bc4qlyri7b"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list pkg-config (list glib "bin")))
|
(native-inputs (list pkg-config (list glib "bin")))
|
||||||
|
|
Reference in a new issue