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.20.
* gnu/packages/web.scm (perl-net-http): Update to 6.20.
This commit is contained in:
parent
00275eacb0
commit
1fb0c5ac9f
1 changed files with 2 additions and 2 deletions
|
@ -4004,7 +4004,7 @@ is limited to http and https.")
|
|||
(define-public perl-net-http
|
||||
(package
|
||||
(name "perl-net-http")
|
||||
(version "6.19")
|
||||
(version "6.20")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4012,7 +4012,7 @@ is limited to http and https.")
|
|||
"Net-HTTP-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1i1gbcwdzx74whn5vn6xbr2cp7frldfz2rfrcjp2qljr770nxdsj"))))
|
||||
"07lzfycza7qqxli18xgsnqwiwxapl0b64z33wfw62aai4hm7nllj"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)
|
||||
|
|
Loading…
Reference in a new issue