gnu: emacs-gruvbox-theme: Update to 1.30.0.
* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.30.0.master
parent
06d8d629c7
commit
ab338804ba
|
@ -8708,7 +8708,7 @@ built-in custom themes.")
|
|||
(define-public emacs-gruvbox-theme
|
||||
(package
|
||||
(name "emacs-gruvbox-theme")
|
||||
(version "1.29.0")
|
||||
(version "1.30.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -8717,7 +8717,7 @@ built-in custom themes.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ydwr2l3jhqbs3gk5qajirl54vfb8i65qrlzrs04jnsj1pkzq5xa"))))
|
||||
"1dzaivis9cpqzb53qmkmhijr5l4hl2l3yr2412jxrz2jmqi3q4c5"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-autothemer))
|
||||
|
|
Reference in New Issue