mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-gruvbox-theme: Update to 1.29.0.
* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.29.0.
This commit is contained in:
parent
5974f0a276
commit
32ac3efa98
1 changed files with 2 additions and 2 deletions
|
@ -8707,7 +8707,7 @@ built-in custom themes.")
|
||||||
(define-public emacs-gruvbox-theme
|
(define-public emacs-gruvbox-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-gruvbox-theme")
|
(name "emacs-gruvbox-theme")
|
||||||
(version "1.28.0")
|
(version "1.29.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -8716,7 +8716,7 @@ built-in custom themes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p"))))
|
"0ydwr2l3jhqbs3gk5qajirl54vfb8i65qrlzrs04jnsj1pkzq5xa"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-autothemer))
|
(list emacs-autothemer))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue