gnu: reuse: Update to 3.0.2.
* gnu/packages/license.scm (reuse): Update to 3.0.2. Change-Id: I527df845dcc4deaf1ffae90d6a8e13dc9033d5ad Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>master
parent
972c06dc79
commit
d589213758
|
@ -172,13 +172,13 @@ belonging to various licenses.")
|
||||||
(define-public reuse
|
(define-public reuse
|
||||||
(package
|
(package
|
||||||
(name "reuse")
|
(name "reuse")
|
||||||
(version "3.0.1")
|
(version "3.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "reuse" version))
|
(uri (pypi-uri "reuse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vqawznn8zhh5m3hv51xjhkz0v4vbmsiz2z1smg52k4nmlly832r"))))
|
(base32 "19ijdwbr47pa0ba30s40b53qb0chyq27akj0484aj9s5p1i85svk"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Change directory before running the test suite to avoid having both
|
;; Change directory before running the test suite to avoid having both
|
||||||
|
|
Reference in New Issue