mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue