gnu: reuse: Download from PyPI.

* gnu/packages/license.scm (reuse)[source]: Use PYPI-URI.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-10 13:35:37 +01:00
parent fc11e35619
commit 56b27a158f
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -171,13 +171,10 @@ (define-public reuse
(version "0.7.0") (version "0.7.0")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (pypi-uri "reuse" version))
(url "https://git.fsfe.org/reuse/tool.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "04i8zd66cs152h28k9085nqg937wp31pz2yqywaldx1gywijyd8h")))) (base32 "16wn28xxjcm5qlb7bs6jmdkfrkr5v97s59nmi9cn85qcg4gmj7lk"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-pytest" ,python-pytest))) `(("python-pytest" ,python-pytest)))