gnu: emacs-eshell-did-you-mean: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-eshell-did-you-mean): Update to 0.2.
This commit is contained in:
Nicolas Goaziou 2021-11-04 10:54:37 +01:00
parent fcb8888f4d
commit 72bf3c0b79
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26626,19 +26626,18 @@ (define-public emacs-eshell-prompt-extras
(define-public emacs-eshell-did-you-mean (define-public emacs-eshell-did-you-mean
(package (package
(name "emacs-eshell-did-you-mean") (name "emacs-eshell-did-you-mean")
(version "0.1") (version "0.2")
(home-page "https://github.com/xuchunyang/eshell-did-you-mean")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url home-page) (url "https://github.com/xuchunyang/eshell-did-you-mean")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "158g8b4crm0gf5pilfxf89hdsb22gr1wbrjyx9gf45bmcll3i9vf"))))
"0v0wshck5n4hspcv1zk1g2nm6xiigcjp16lx0dc8wzkl6ymljvbg"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/xuchunyang/eshell-did-you-mean")
(synopsis "Display suggestions on 'command not found' in Eshell") (synopsis "Display suggestions on 'command not found' in Eshell")
(description "This library adds a list of 'Did you mean...' suggestions (description "This library adds a list of 'Did you mean...' suggestions
when the command was not found in Eshell. The suggestions are found after the when the command was not found in Eshell. The suggestions are found after the