gnu: acme-client: Update to 0.1.14.

* gnu/packages/tls.scm (acme-client): Update to 0.1.14.
This commit is contained in:
Leo Famulari 2016-11-06 15:48:41 -05:00
parent 84e6d15194
commit 2ad0240c56
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -717,7 +717,7 @@ number generator")
(define-public acme-client (define-public acme-client
(package (package
(name "acme-client") (name "acme-client")
(version "0.1.11") (version "0.1.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://kristaps.bsd.lv/" name "/" (uri (string-append "https://kristaps.bsd.lv/" name "/"
@ -725,7 +725,7 @@ number generator")
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32
"09pipyfk448gxqr7ci56gsq5la8wlydv7wwn9wk0zgjxmlh7h6fb")))) "1qq4xk41pn65m3v7nnvkmxg96pr06vz6hzdrm0vcmlp3clzpbahl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no test suite '(#:tests? #f ; no test suite