gnu: licensecheck: Update to 3.0.37.
* gnu/packages/license.scm (licensecheck): Update to 3.0.37.
This commit is contained in:
		
							parent
							
								
									aa714a06db
								
							
						
					
					
						commit
						bdc63012d1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -113,7 +113,7 @@ statements and serializes in normalized format.")
 | 
				
			||||||
(define-public licensecheck
 | 
					(define-public licensecheck
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "licensecheck")
 | 
					    (name "licensecheck")
 | 
				
			||||||
    (version "3.0.36")
 | 
					    (version "3.0.37")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -121,7 +121,7 @@ statements and serializes in normalized format.")
 | 
				
			||||||
                    "v" version ".tar.gz"))
 | 
					                    "v" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0y14ppq6f9hc0rc0syhfgms1r7fd51vpgfx5va6b2v84y8anb6g1"))))
 | 
					                "12l83zf85zagpagizmzy3bwkc659sbzqf18cycx8g4h6d3mc5kqw"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("perl-regexp-pattern" ,perl-regexp-pattern)
 | 
					     `(("perl-regexp-pattern" ,perl-regexp-pattern)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue