me
/
guix
Archived
1
0
Fork 0

gnu: emacs-kind-icon: Update to 0.1.8.

* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.1.8.
master
Nicolas Goaziou 2022-11-24 12:55:20 +01:00
parent 95aa64e9fe
commit 071d0cac80
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -21137,14 +21137,14 @@ or expressions with SVG rounded box labels that are fully customizable.")
(define-public emacs-kind-icon
(package
(name "emacs-kind-icon")
(version "0.1.7")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/kind-icon-"
version ".tar"))
(sha256
(base32 "02imi2qj329yrqvs23d4z7fv8bbaz0fvya6zdswb38blpdri4cn1"))))
(base32 "0m0jpgk3iv0p8fzmx1nyfd1l7i803lm4mzlpp47kn7v0z09pxaph"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-svg-lib))
(home-page "https://github.com/jdtsmith/kind-icon")