me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.2.1.

Change-Id: Id0fe5f72a3252cf3bf7348cd45db89da9e80b6ec
master
Nicolas Goaziou 2024-01-01 18:26:29 +01:00
parent cab4cf27dc
commit 4dc30915cc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")