me
/
guix
Archived
1
0
Fork 0

gnu: perl-http-cookies: Update to 6.05.

* gnu/packages/web.scm (perl-http-cookies): Update to 6.05.
master
Tobias Geerinckx-Rice 2019-10-29 13:06:51 +01:00
parent 10224994da
commit e1e00e87e6
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -2860,7 +2860,7 @@ jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>.")
(define-public perl-http-cookies
(package
(name "perl-http-cookies")
(version "6.04")
(version "6.05")
(source (origin
(method url-fetch)
(uri (string-append
@ -2868,7 +2868,7 @@ jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>.")
version ".tar.gz"))
(sha256
(base32
"1m0kxcirbvbkrm2c59p1bkbvzlcdymg8fdpa7wlxijlx0xwz1iqc"))))
"0pbgns2gwgvgg9rglah7ryw0jj13aykyf38lnhm3rwzw3c2cvqaq"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-http-message" ,perl-http-message)))