3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-acme: Update to 1.0.0.

* gnu/packages/tls.scm (python-acme): Update to 1.0.0.
This commit is contained in:
Brett Gilio 2019-12-13 06:46:11 -06:00
parent da31e7d9ec
commit 9e6794a7f4
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -553,13 +553,13 @@ netcat implementation that supports TLS.")
(package
(name "python-acme")
;; Remember to update the hash of certbot when updating python-acme.
(version "0.40.1")
(version "1.0.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "acme" version))
(sha256
(base32
"1z2zibs9lyxi5gxw9bny1127bjliwsp476kai1wnnnwd8238dgrk"))))
"1hl62dnh8zsipa5azzpy5kwgjgb5vflinhna1fsn7rcchhpz223a"))))
(build-system python-build-system)
(arguments
`(#:phases