mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: Add emacs-soap-client.
* gnu/packages/emacs-xyz.scm (emacs-soap-client): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
68abfea5c2
commit
2a66d806a8
1 changed files with 18 additions and 0 deletions
|
@ -25715,6 +25715,24 @@ (define-public emacs-url-http-ntlm
|
|||
(description "This package provides a NTLM handler for the URL package.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-soap-client
|
||||
(package
|
||||
(name "emacs-soap-client")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"soap-client-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1s0bwnip22nj6kgjadd4zlj9j729hiyyjb66sr51i2mddnf9i95s"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "httpa://elpa.gnu.org/packages/soap-client.html")
|
||||
(synopsis "Access SOAP web services")
|
||||
(description
|
||||
"This package provides a SOAP client to access web services.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-evil-traces
|
||||
(let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
|
||||
(revision "2"))
|
||||
|
|
Loading…
Reference in a new issue