diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2024-01-17 23:30:24 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-20 00:38:12 +0100 |
commit | 3a0d32a155087d465ae5e6fd9425ef82706b2aa8 (patch) | |
tree | 7f45e4579814b78a7d65fbf0e12c655e9974f8bc | |
parent | 1d45b532441b559404415ee793d57af3e3a809a4 (diff) | |
download | guix-3a0d32a155087d465ae5e6fd9425ef82706b2aa8.tar.gz guix-3a0d32a155087d465ae5e6fd9425ef82706b2aa8.zip |
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>
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index da2537a6e8..3775a6c54a 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1018,7 +1018,7 @@ notebooks and tiling window managers.") (define-public gnome-shell-extension-night-theme-switcher (package (name "gnome-shell-extension-night-theme-switcher") - (version "65") + (version "74") (source (origin (method git-fetch) @@ -1027,7 +1027,7 @@ notebooks and tiling window managers.") "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension") (commit version))) (sha256 - (base32 "0qhi2g2lh6m8vhrmmfi60977f0i4k9x1zj68lrvpzzlqndz8cgh9")) + (base32 "1hiydjyn7shc32i81r70sqip9p3hhig7pqq1h7hsz9bc4qlyri7b")) (file-name (git-file-name name version)))) (build-system meson-build-system) (native-inputs (list pkg-config (list glib "bin"))) |