me
/
guix
Archived
1
0
Fork 0

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
Felix Gruber 2024-07-02 16:31:05 +00:00 committed by Zheng Junjie
parent 972c06dc79
commit d589213758
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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