gnu: emacs-kind-icon: Update to 0.1.6.
* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.1.6.master
parent
556a96fe21
commit
146b49d4aa
|
@ -19707,14 +19707,14 @@ or expressions with SVG rounded box labels that are fully customizable.")
|
||||||
(define-public emacs-kind-icon
|
(define-public emacs-kind-icon
|
||||||
(package
|
(package
|
||||||
(name "emacs-kind-icon")
|
(name "emacs-kind-icon")
|
||||||
(version "0.1.5")
|
(version "0.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/kind-icon-"
|
(uri (string-append "https://elpa.gnu.org/packages/kind-icon-"
|
||||||
version ".tar"))
|
version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qajj89vkgc9gbgff6akzll53jy0kgkv6c9jvwpl32rbg8v0wp63"))))
|
(base32 "0ac53qrz217b054z51244r7whvjmyrq4941ld0bgl9crssrhb588"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-svg-lib))
|
(propagated-inputs (list emacs-svg-lib))
|
||||||
(home-page "https://github.com/jdtsmith/kind-icon")
|
(home-page "https://github.com/jdtsmith/kind-icon")
|
||||||
|
|
Reference in New Issue