diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-01-26 19:31:54 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-01-26 20:58:37 +0100 |
| commit | f91b6d09bd75daee2718a4bab4548b30b57ae562 (patch) | |
| tree | 444b260b862ab0b1a660648a4d4ac6744d6fc680 /gnu | |
| parent | cddea8bdd84fa915e2230d7d541e69bffcfc9f23 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index fba1605161..0d3bbe8e86 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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)) |
