gnu: perl-net-http: Update to 6.18.

* gnu/packages/web.scm (perl-net-http): Update to 6.18.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-06 21:56:53 +02:00
parent c727262d5f
commit d35135fa9e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -3157,15 +3157,15 @@ and retry a few times.")
(define-public perl-net-http
(package
(name "perl-net-http")
(version "6.07")
(version "6.18")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/M/MS/MSCHILLI/Net-HTTP-"
version ".tar.gz"))
"mirror://cpan/authors/id/O/OA/OALDERS/"
"Net-HTTP-" version ".tar.gz"))
(sha256
(base32
"0r034hhci0yqbrkrh1gv6vi5g3i0kpd1k84z62nk02asb8rf0ccz"))))
"074mp9s37q1j290xa3qj1wwgalzla328i2zpnh73xkmdnwnxyhky"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)