gnu: perl-net-http: Update to 6.19.
* gnu/packages/web.scm (perl-net-httpd): Update to 6.19.
This commit is contained in:
parent
bbbed2e60d
commit
1bb4122ce6
|
@ -3333,7 +3333,7 @@ and retry a few times.")
|
||||||
(define-public perl-net-http
|
(define-public perl-net-http
|
||||||
(package
|
(package
|
||||||
(name "perl-net-http")
|
(name "perl-net-http")
|
||||||
(version "6.18")
|
(version "6.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3341,7 +3341,7 @@ and retry a few times.")
|
||||||
"Net-HTTP-" version ".tar.gz"))
|
"Net-HTTP-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"074mp9s37q1j290xa3qj1wwgalzla328i2zpnh73xkmdnwnxyhky"))))
|
"1i1gbcwdzx74whn5vn6xbr2cp7frldfz2rfrcjp2qljr770nxdsj"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)
|
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)
|
||||||
|
|
Loading…
Reference in New Issue