gnu: emacs-sly-asdf: Update to 0.2.0.

* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 0.2.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
André A. Gomes 2022-11-15 11:02:45 +02:00 committed by Nicolas Goaziou
parent 57f7d38fed
commit d2c8d0a94e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13064,18 +13064,16 @@ sly-quickload command that prompts the user for a package to install.")
(license license:gpl3+))))
(define-public emacs-sly-asdf
(let ((commit "3180921efdc19a2195960e1d601b2a6f31a6feea")
(revision "5"))
(package
(name "emacs-sly-asdf")
(version (git-version "0.1.0" revision commit))
(version "0.2.0")
(home-page "https://github.com/mmgeorge/sly-asdf")
(source
(origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
@ -13089,7 +13087,7 @@ sly-quickload command that prompts the user for a package to install.")
(description
"@command{sly-asdf} is an external contrib for SLY that provides
additional support for working with ASDF projects.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-sly-named-readtables
(let ((commit "a5a42674ccffa97ccd5e4e9742beaf3ea719931f")