From 9a6ac2794f6855c3f5882d33deb417aa69e7c471 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Wed, 24 May 2017 14:32:00 -0400 Subject: [PATCH] lisp/net/soap-client.el: Require cl-lib version 0.6.1 * lisp/net/soap-client.el: Require cl-lib version 0.6.1. --- lisp/net/soap-client.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2