gnu: acme-client: Update to 0.1.14.
* gnu/packages/tls.scm (acme-client): Update to 0.1.14.
This commit is contained in:
parent
84e6d15194
commit
2ad0240c56
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue