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:
Tobias Geerinckx-Rice 2021-07-25 01:53:34 +02:00
parent c7b51b799d
commit 45881ea747
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3482,14 +3482,14 @@ (define-public perl-http-body
(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)