me
/
guix
Archived
1
0
Fork 0

gnu: certbot, python-acme: Update to 1.10.1.

* gnu/packages/tls.scm (certbot, python-acme): Update to 1.10.1.
master
Leo Famulari 2020-12-21 19:19:59 -05:00
parent 8bcbad795e
commit a83866e4f2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -595,13 +595,13 @@ netcat implementation that supports TLS.")
(package
(name "python-acme")
;; Remember to update the hash of certbot when updating python-acme.
(version "1.8.0")
(version "1.10.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "acme" version))
(sha256
(base32
"0b80qmlchf8f071nrrh4ihq64cwicn9rshs34snp73952iyhd3dd"))))
"1n1g29f3qzy77xn06dss9nc92wndgm8phgjrvx740sy9xnd5bfzw"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -652,7 +652,7 @@ netcat implementation that supports TLS.")
(uri (pypi-uri "certbot" version))
(sha256
(base32
"1r2k54d2k2smn4c3lpd0z6gdzfqk4654kwbh1p8wqhv5mwbcads8"))))
"1dww9m1a2p3a9vpxs5j29f8cdkqywqb4j70z3cnkpl7017yf77hd"))))
(build-system python-build-system)
(arguments
`(,@(substitute-keyword-arguments (package-arguments python-acme)