guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: reuse: Update to 1.0.0.


From: guix-commits
Subject: 06/11: gnu: reuse: Update to 1.0.0.
Date: Wed, 22 Jun 2022 17:50:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1903b0cbccaa59b1687712531453bf6b6ae649dc
Author: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
AuthorDate: Mon Jun 20 12:29:44 2022 +0200

    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>
---
 gnu/packages/license.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index cc6b03b412..df8efe8423 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]