gnu: perl-html-form: Update to 6.05.
* gnu/packages/web.scm (perl-html-form): Update to 6.05.
This commit is contained in:
		
							parent
							
								
									1e9b956e41
								
							
						
					
					
						commit
						d1b0e1fd6d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2599,14 +2599,14 @@ composed of HTML::Element style components.") | |||
| (define-public perl-html-form | ||||
|   (package | ||||
|     (name "perl-html-form") | ||||
|     (version "6.04") | ||||
|     (version "6.05") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/" | ||||
|                            "HTML-Form-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "100090bdsr5kapv8h0wxzwlzfbfqn57rq9gzrvg9i6hvnsl5gmcw")))) | ||||
|         (base32 "14i4ldyvdvhdhvfhh9kiq6z853q2f84biq8vcpv1k5w2r80wdiin")))) | ||||
|     (build-system perl-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("perl-html-parser" ,perl-html-parser) | ||||
|  |  | |||
		Reference in a new issue