mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-gruvbox-theme: Update to 1.30.2.
* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.30.2. Change-Id: I7bbdade7ed96972d34c01e5ec0c83d5486511608
This commit is contained in:
parent
cddea8bdd8
commit
f91b6d09bd
1 changed files with 2 additions and 2 deletions
|
@ -12839,7 +12839,7 @@ built-in custom themes.")
|
|||
(define-public emacs-gruvbox-theme
|
||||
(package
|
||||
(name "emacs-gruvbox-theme")
|
||||
(version "1.30.1")
|
||||
(version "1.30.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -12848,7 +12848,7 @@ built-in custom themes.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dgjf86i8179l1nsjyc20chysqmy8yhphpd5lzv2ypx79l4z3jka"))))
|
||||
"1bnmp9nbpsrnxhn6v81533xcb9hx043wf86n5hwj9mpacl5ic33y"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-autothemer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue