gnu: perl-http-cookiejar: Update to 0.012.
This fixes its build which had started to fail due to a time-bomb: Expires=Wed, 09 Jun 2021 10:18:14 GMT in an examples.t test cookie. * gnu/packages/web.scm (perl-http-cookiejar): Update to 0.012.
This commit is contained in:
		
							parent
							
								
									c7b51b799d
								
							
						
					
					
						commit
						45881ea747
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3482,14 +3482,14 @@ and multipart/form-data.")
 | 
				
			||||||
(define-public perl-http-cookiejar
 | 
					(define-public perl-http-cookiejar
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-http-cookiejar")
 | 
					    (name "perl-http-cookiejar")
 | 
				
			||||||
    (version "0.010")
 | 
					    (version "0.012")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
 | 
					       (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
 | 
				
			||||||
                           "HTTP-CookieJar-" version ".tar.gz"))
 | 
					                           "HTTP-CookieJar-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1l7mqsca4fmls7agzwmp6yq1x16y9jwq4114i6i75n654gl37qsn"))))
 | 
					        (base32 "0jk0ps4i67dhhhwaxwwa9nkv3n6n5w44xlnwyzvk59735pwvyjh0"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("perl-test-deep" ,perl-test-deep)
 | 
					     `(("perl-test-deep" ,perl-test-deep)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue