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>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2022-06-20 12:29:44 +02:00 committed by Ludovic Courtès
parent 0f517f16bb
commit 1903b0cbcc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -168,13 +168,13 @@ belonging to various licenses.")
(define-public reuse
(package
(name "reuse")
(version "0.14.0")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "reuse" version))
(sha256
(base32 "1q84qv982y67inqb67iy3r6z7339593w7zdaaxswjqxfrd1by7bp"))))
(base32 "1m78q5x19xvhywi1xl0prrag89ihvqiq14lba27rrxl75nz24c6v"))))
(build-system python-build-system)
(native-inputs
(list python-pytest python-setuptools-scm))