gnu: emacs-kind-icon: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.2.1. Change-Id: Id0fe5f72a3252cf3bf7348cd45db89da9e80b6ecmaster
parent
cab4cf27dc
commit
4dc30915cc
|
@ -24145,14 +24145,14 @@ or expressions with SVG rounded box labels that are fully customizable.")
|
|||
(define-public emacs-kind-icon
|
||||
(package
|
||||
(name "emacs-kind-icon")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/kind-icon-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "1vgwbd99vx793iy04albkxl24c7vq598s7bg0raqwmgx84abww6r"))))
|
||||
(base32 "0ri5k2bgr9cf0qsdznsil70b4zs4z00fs4k35c3dj7kxx9nlncfi"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-svg-lib))
|
||||
(home-page "https://github.com/jdtsmith/kind-icon")
|
||||
|
|
Reference in New Issue