gnu: emacs-all-the-icons-completion: Update to 1.0.

* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-completion): Update to 1.0.
This commit is contained in:
Nicolas Goaziou 2023-06-24 15:20:11 +02:00
parent fea2c558c2
commit 67bd1fb576
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27329,30 +27329,27 @@ (define-public emacs-all-the-icons
(list license:expat license:gpl3+ license:silofl1.1 license:asl2.0)))) (list license:expat license:gpl3+ license:silofl1.1 license:asl2.0))))
(define-public emacs-all-the-icons-completion (define-public emacs-all-the-icons-completion
;; XXX: No tags. Extract version from keyword in main file. (package
(let ((commit "9e7d456b0934ecb568b6f05a8445e3f4ce32261f") (name "emacs-all-the-icons-completion")
(revision "0")) (version "1.0")
(package (source
(name "emacs-all-the-icons-completion") (origin
(version (git-version "0.0.1" revision commit)) (method git-fetch)
(source (uri (git-reference
(origin (url "https://github.com/iyefrat/all-the-icons-completion")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/iyefrat/all-the-icons-completion") (sha256
(commit commit))) (base32 "1iyn7dyxil07gsa19hngpbapzmbhcwrplvf2cg1gkywafcdhjw6w"))))
(file-name (git-file-name name version)) (build-system emacs-build-system)
(sha256 (propagated-inputs (list emacs-all-the-icons))
(base32 "04bnmmd6lyx0p39sgymqvmcy7bk8mr7sikbpy49adxi7d2891ldg")))) (home-page "https://github.com/iyefrat/all-the-icons-completion")
(build-system emacs-build-system) (synopsis "Add icons to completion candidates")
(propagated-inputs (list emacs-all-the-icons)) (description "This package adds icons to completion candidates using the
(home-page "https://github.com/iyefrat/all-the-icons-completion")
(synopsis "Add icons to completion candidates")
(description "This package adds icons to completion candidates using the
built-in completion metadata functions. For example, with this package, built-in completion metadata functions. For example, with this package,
@code{find-file} can display a file icon for each candidate based on the file @code{find-file} can display a file icon for each candidate based on the file
type.") type.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-wttrin (define-public emacs-wttrin
(let ((commit "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc") (let ((commit "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc")