diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-07 10:32:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-08 05:29:29 +0200 |
commit | bdc63012d142bea789b100699e96aaecdb99f0a4 (patch) | |
tree | 47435e4f6e859c70513a86095c1ecffd5ba2b490 /gnu/packages/license.scm | |
parent | aa714a06db991b929282fe2dcce1f77b8c9337f4 (diff) | |
download | patches-bdc63012d142bea789b100699e96aaecdb99f0a4.tar patches-bdc63012d142bea789b100699e96aaecdb99f0a4.tar.gz |
gnu: licensecheck: Update to 3.0.37.
* gnu/packages/license.scm (licensecheck): Update to 3.0.37.
Diffstat (limited to 'gnu/packages/license.scm')
-rw-r--r-- | gnu/packages/license.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index f071d0a710..b7519f91ae 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) |