gnu: reuse: Update to 1.0.0.
* gnu/packages/license.scm (reuse): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
0f517f16bb
commit
1903b0cbcc
|
@ -168,13 +168,13 @@ belonging to various licenses.")
|
||||||
(define-public reuse
|
(define-public reuse
|
||||||
(package
|
(package
|
||||||
(name "reuse")
|
(name "reuse")
|
||||||
(version "0.14.0")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "reuse" version))
|
(uri (pypi-uri "reuse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q84qv982y67inqb67iy3r6z7339593w7zdaaxswjqxfrd1by7bp"))))
|
(base32 "1m78q5x19xvhywi1xl0prrag89ihvqiq14lba27rrxl75nz24c6v"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-setuptools-scm))
|
(list python-pytest python-setuptools-scm))
|
||||||
|
|
Reference in New Issue