diff options
| author | Steve George <steve@futurile.net> | 2025-05-11 09:09:34 +0100 |
|---|---|---|
| committer | Steve George <steve@futurile.net> | 2025-09-20 10:22:40 +0100 |
| commit | 212b2b5ee03e71a847e6ad2207efc07c374702a0 (patch) | |
| tree | 5b44f8b2c1992bf5109820c36f8a8f03f7d72104 /gnu | |
| parent | c5fa4b149576bc8c58b83b62f3c98b394f9156e3 (diff) | |
gnu: Update perl-http-cookiejar.
* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.014.
Change-Id: Id3b50bd3365bb19fd75a23e9b429ce26d038d1e7
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/web.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index fc3b4acaf83..02f6daf5904 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4183,14 +4183,15 @@ and multipart/form-data.") (define-public perl-http-cookiejar (package (name "perl-http-cookiejar") - (version "0.012") + (version "0.014") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/" "HTTP-CookieJar-" version ".tar.gz")) (sha256 - (base32 "0jk0ps4i67dhhhwaxwwa9nkv3n6n5w44xlnwyzvk59735pwvyjh0")))) + (base32 + "0wvyqh69ryjkwp58xq4c83212glnk97ap0syp1ix4dpmj5ffm53h")))) (build-system perl-build-system) (native-inputs (list perl-test-deep perl-test-requires perl-time-mock perl-uri)) @@ -4198,8 +4199,9 @@ and multipart/form-data.") (list perl-time-local perl-http-date)) (home-page "https://metacpan.org/release/HTTP-CookieJar") (synopsis "Minimalist HTTP user agent cookie jar") - (description "This module implements a minimalist HTTP user agent cookie -jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>.") + (description "This module (@code{HTTP::CookieJar::LWP}) implements a minimalist +HTTP user agent cookie jar in conformance with +@uref{http://tools.ietf.org/html/rfc6265, RFC 6265}.") (license license:asl2.0))) (define-public perl-http-cookies |
