gnu: perl-test-www-mechanize: Update to 1.52.
* gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.52.
This commit is contained in:
		
							parent
							
								
									5793d9fdc2
								
							
						
					
					
						commit
						73125149c1
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -3517,15 +3517,14 @@ either mocked HTTP or a locally spawned server.") | |||
| (define-public perl-test-www-mechanize | ||||
|   (package | ||||
|     (name "perl-test-www-mechanize") | ||||
|     (version "1.50") | ||||
|     (version "1.52") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "mirror://cpan/authors/id/P/PE/PETDANCE/" | ||||
|                            "Test-WWW-Mechanize-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "097pl87vdbxbb56vawzvs6ikrlb8nz3dx223kjjbdn3jlli3jjhg")))) | ||||
|         (base32 "1jsywlbxhqw39ij7s8vmgff5vys58vlfaq27072awacnxc65aal4")))) | ||||
|     (build-system perl-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("perl-carp-assert-more" ,perl-carp-assert-more) | ||||
|  |  | |||
		Reference in a new issue