gnu: certbot: Don't use NAME in source URI.
* gnu/packages/tls.scm (certbot)[source]: Hard-code NAME.
This commit is contained in:
parent
70fcf8167e
commit
b380463b50
@ -586,7 +586,7 @@ netcat implementation that supports TLS.")
|
||||
(version (package-version python-acme))
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(uri (pypi-uri "certbot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xbfv4fwkgfp9qqzlk8wxbhchc61349m26q9fg35j9fnm253cm74"))))
|
||||
|
Loading…
Reference in New Issue
Block a user