guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: reuse: Update to 0.7.0.


From: guix-commits
Subject: 03/05: gnu: reuse: Update to 0.7.0.
Date: Fri, 10 Jan 2020 17:47:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit fc11e35619d7e21dbd4824d2dbf688ae06831532
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 10 13:29:41 2020 +0100

    gnu: reuse: Update to 0.7.0.
    
    * gnu/packages/license.scm (reuse): Update to 0.7.0.
---
 gnu/packages/license.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index b7519f9..c39cd43 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -168,7 +168,7 @@ belonging to various licenses.")
 (define-public reuse
   (package
     (name "reuse")
-    (version "0.5.0")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -177,7 +177,7 @@ belonging to various licenses.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w17g6jvs715rjc93nnnqnfdphijq4ymj9jjkr3ccc286ywvn3ih"))))
+        (base32 "04i8zd66cs152h28k9085nqg937wp31pz2yqywaldx1gywijyd8h"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))



reply via email to

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