guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: licensecheck: Update to 3.0.37.


From: guix-commits
Subject: 06/14: gnu: licensecheck: Update to 3.0.37.
Date: Mon, 7 Oct 2019 23:30:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bdc63012d142bea789b100699e96aaecdb99f0a4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 7 10:32:49 2019 +0200

    gnu: licensecheck: Update to 3.0.37.
    
    * gnu/packages/license.scm (licensecheck): Update to 3.0.37.
---
 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 f071d0a..b7519f9 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -113,7 +113,7 @@ statements and serializes in normalized format.")
 (define-public licensecheck
   (package
     (name "licensecheck")
-    (version "3.0.36")
+    (version "3.0.37")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -121,7 +121,7 @@ statements and serializes in normalized format.")
                     "v" version ".tar.gz"))
               (sha256
                (base32
-                "0y14ppq6f9hc0rc0syhfgms1r7fd51vpgfx5va6b2v84y8anb6g1"))))
+                "12l83zf85zagpagizmzy3bwkc659sbzqf18cycx8g4h6d3mc5kqw"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-regexp-pattern" ,perl-regexp-pattern)



reply via email to

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