gnu: licensecheck: Update to 3.0.37.

* gnu/packages/license.scm (licensecheck): Update to 3.0.37.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-07 10:32:49 +02:00
parent aa714a06db
commit bdc63012d1
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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)