gnu: ruby-net-http-persistent: Update to 4.0.2.

* gnu/packages/ruby.scm (ruby-net-http-persistent): Update to 4.0.2.
[native-inputs]: Add ruby-rake-manifest.
This commit is contained in:
Christopher Baines 2023-06-29 11:53:40 +01:00
parent c5d10ca52a
commit 403d721d56
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4322,16 +4322,18 @@ (define-public ruby-flores
(define-public ruby-net-http-persistent
(package
(name "ruby-net-http-persistent")
(version "3.0.0")
(version "4.0.2")
(source (origin
(method url-fetch)
(uri (rubygems-uri "net-http-persistent" version))
(sha256
(base32
"156rv95bgxfz6qw5y1r7c7bswr77918hygl8dyl14qzbqc5vyp18"))))
"0i1as2lgnw7b4jid0gw5glv5hnxz36nmfsbr9rmxbcap72ijgy03"))))
(build-system ruby-build-system)
(native-inputs
(list ruby-connection-pool ruby-hoe))
(list ruby-connection-pool
ruby-hoe
ruby-rake-manifest))
(synopsis "Persistent HTTP connection manager")
(description "Net::HTTP::Persistent manages persistent HTTP connections
using Net::HTTP, supporting reconnection and retry according to RFC 2616.")