me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/tls.scm (certbot)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))