mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-kind-icon: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.2.0.
This commit is contained in:
parent
fe9fedd005
commit
a8b4562fa4
1 changed files with 2 additions and 2 deletions
|
@ -22352,14 +22352,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.9")
|
(version "0.2.0")
|
||||||
(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 "0phssrcpmcidzlwy1577f3f02qwjs6hpavb416302y0n8kkhwvli"))))
|
(base32 "1vgwbd99vx793iy04albkxl24c7vq598s7bg0raqwmgx84abww6r"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue