summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2017-05-24 14:32:00 -0400
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2017-05-25 08:49:58 -0400
commit9a6ac2794f6855c3f5882d33deb417aa69e7c471 (patch)
tree18cf8dc58c63d5fe9e81d85e101972de02ad52ce
parent27cafd13683d6a33abbf08e4f32401b51e70f349 (diff)
downloademacs-9a6ac2794f6855c3f5882d33deb417aa69e7c471.tar.gz
lisp/net/soap-client.el: Require cl-lib version 0.6.1
* lisp/net/soap-client.el: Require cl-lib version 0.6.1.
-rw-r--r--lisp/net/soap-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el
index 48cf6ec62f5..e204b8aff92 100644
--- a/lisp/net/soap-client.el
+++ b/lisp/net/soap-client.el
@@ -9,7 +9,7 @@
;; Keywords: soap, web-services, comm, hypermedia
;; Package: soap-client
;; Homepage: https://github.com/alex-hhh/emacs-soap-client
-;; Package-Requires: ((cl-lib "0.5"))
+;; Package-Requires: ((cl-lib "0.6.1"))
;; This file is part of GNU Emacs.