me
/
guix
Archived
1
0
Fork 0

gnu: python-acme: Update to 1.0.0.

* gnu/packages/tls.scm (python-acme): Update to 1.0.0.
master
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
1 changed files with 2 additions and 2 deletions

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