GNU bug report logs -
#36091
[PATCH] gnu: Add emacs-excorporate
Previous Next
Reported by: TK <tkprom <at> protonmail.com>
Date: Tue, 4 Jun 2019 14:23:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-soap-client): New variable.
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 74bcbc7ba2..896fa724d8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25700,6 +25700,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"))
--
2.33.1
This bug report was last modified 3 years and 252 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.