mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-http-tiny: Update to 0.070.
* gnu/packages/web.scm (perl-http-tiny): Update to 0.070. [propagated-inputs]: Add perl-mozilla-ca.
This commit is contained in:
parent
5b3646f100
commit
ee264bbf90
1 changed files with 3 additions and 2 deletions
|
@ -2355,7 +2355,7 @@ (define-public perl-http-server-simple
|
|||
(define-public perl-http-tiny
|
||||
(package
|
||||
(name "perl-http-tiny")
|
||||
(version "0.053")
|
||||
(version "0.070")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2363,12 +2363,13 @@ (define-public perl-http-tiny
|
|||
"HTTP-Tiny-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bwy31xrcz5zfx1n3vc50vj1aqvzn5ccr7lgacl8wmi03a6w2af2"))))
|
||||
"0cvp5yqrni6qydpsa8fpkbm82zfwmy9js8jsvyj8gs3dx78qbwvl"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
`(("perl-http-cookiejar" ,perl-http-cookiejar)
|
||||
("perl-io-socket-ip" ,perl-io-socket-ip)
|
||||
("perl-io-socket-ssl" ,perl-io-socket-ssl)
|
||||
("perl-mozilla-ca" ,perl-mozilla-ca)
|
||||
("perl-net-ssleay" ,perl-net-ssleay)))
|
||||
(home-page "http://search.cpan.org/dist/HTTP-Tiny")
|
||||
(synopsis "HTTP/1.1 client")
|
||||
|
|
Loading…
Reference in a new issue