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.master
parent
c7b51b799d
commit
45881ea747
|
@ -3482,14 +3482,14 @@ and multipart/form-data.")
|
|||
(define-public perl-http-cookiejar
|
||||
(package
|
||||
(name "perl-http-cookiejar")
|
||||
(version "0.010")
|
||||
(version "0.012")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
|
||||
"HTTP-CookieJar-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1l7mqsca4fmls7agzwmp6yq1x16y9jwq4114i6i75n654gl37qsn"))))
|
||||
(base32 "0jk0ps4i67dhhhwaxwwa9nkv3n6n5w44xlnwyzvk59735pwvyjh0"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-deep" ,perl-test-deep)
|
||||
|
|
Reference in New Issue