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

* gnu/packages/web.scm (perl-net-httpd): Update to 6.19.
This commit is contained in:
Efraim Flashner 2019-07-22 10:14:41 +03:00
parent bbbed2e60d
commit 1bb4122ce6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3333,7 +3333,7 @@ and retry a few times.")
(define-public perl-net-http
(package
(name "perl-net-http")
(version "6.18")
(version "6.19")
(source (origin
(method url-fetch)
(uri (string-append
@ -3341,7 +3341,7 @@ and retry a few times.")
"Net-HTTP-" version ".tar.gz"))
(sha256
(base32
"074mp9s37q1j290xa3qj1wwgalzla328i2zpnh73xkmdnwnxyhky"))))
"1i1gbcwdzx74whn5vn6xbr2cp7frldfz2rfrcjp2qljr770nxdsj"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)