Archived
1
0
Fork 0

gnu: emacs-ido-completing-read+: Update to 3.12.

* gnu/packages/emacs-xyz.scm (emacs-ido-completing-read+): Update to 3.12.
[propagated-inputs]: Add emacs-s.
This commit is contained in:
Nicolas Goaziou 2021-02-08 22:20:11 +01:00
parent 336db0816d
commit 740018eff8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9310,7 +9310,7 @@ restrict the text width to 80 characters.")
(define-public emacs-ido-completing-read+ (define-public emacs-ido-completing-read+
(package (package
(name "emacs-ido-completing-read+") (name "emacs-ido-completing-read+")
(version "3.12") (version "4.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://raw.githubusercontent.com" (uri (string-append "https://raw.githubusercontent.com"
@ -9319,8 +9319,10 @@ restrict the text width to 80 characters.")
(file-name (string-append "ido-completing-read+-" version ".el")) (file-name (string-append "ido-completing-read+-" version ".el"))
(sha256 (sha256
(base32 (base32
"1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf")))) "0g2ixvw2sxpvrgz78745zi6iql4501pqi85zi6j31dnc1hx1i0r6"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs
`(("emacs-s" ,emacs-s)))
(home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous") (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
(synopsis "Replacement for completing-read using ido") (synopsis "Replacement for completing-read using ido")
(description (description