me
/
guix
Archived
1
0
Fork 0

gnu: emacs-suggest: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-suggest): Update to 0.7.
master
Pierre Neidhardt 2019-03-12 09:24:31 +01:00
parent a922b2aee2
commit b6180f93bd
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 11 additions and 8 deletions

View File

@ -10161,23 +10161,26 @@ and doesn't require memorisation of commands.
(define-public emacs-suggest
(package
(name "emacs-suggest")
(version "0.4")
(version "0.7")
(home-page "https://github.com/Wilfred/suggest.el")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/Wilfred/suggest.el/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url home-page)
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1760fm3j19w8xxcawq6s859h86q1rdg69pg9yz48n76kwfk3vlgp"))))
"01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-loop" ,emacs-loop)
("emacs-dash" ,emacs-dash)
("emacs-s" ,emacs-s)
("emacs-f" ,emacs-f)))
(home-page "https://github.com/Wilfred/suggest.el")
("emacs-f" ,emacs-f)
("emacs-spinner" ,emacs-spinner)
("emacs-shut-up" ,emacs-shut-up)))
(synopsis "Suggest Elisp functions that give the output requested")
(description "Suggest.el will find functions that give the output
requested. It's a great way of exploring list, string and arithmetic