gnu: certbot: Don't use NAME in source URI.

* gnu/packages/tls.scm (certbot)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-24 01:44:50 +02:00
parent 70fcf8167e
commit b380463b50
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -586,7 +586,7 @@ (define-public certbot
(version (package-version python-acme))
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(uri (pypi-uri "certbot" version))
(sha256
(base32
"1xbfv4fwkgfp9qqzlk8wxbhchc61349m26q9fg35j9fnm253cm74"))))