Archived
1
0
Fork 0

gnu: perl-http-cookiejar: Update to 0.010.

* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.010.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 04:18:02 +02:00
parent 5579c43d7c
commit be1bdaa293
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3178,15 +3178,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.008") (version "0.010")
(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 (base32 "1l7mqsca4fmls7agzwmp6yq1x16y9jwq4114i6i75n654gl37qsn"))))
"0rfw6avcralggs7bf7n86flvhaahxjnqzvpwszp0sk4z4wwy01wm"))))
(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)