[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/94: gnu: ruby-net-http-persistent: Update to 4.0.2.
From: |
guix-commits |
Subject: |
73/94: gnu: ruby-net-http-persistent: Update to 4.0.2. |
Date: |
Mon, 3 Jul 2023 06:06:36 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit fed7bdbbb3c95ddae68892966cb4e3af0ccafa9a
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 11:53:40 2023 +0100
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.
---
gnu/packages/ruby.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 734930779f..02aec95712 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4322,16 +4322,18 @@ help tests uncover more bugs.")
(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.")
- 54/94: gnu: ruby-importmap-rails: Remove ruby-byebug dependency., (continued)
- 54/94: gnu: ruby-importmap-rails: Remove ruby-byebug dependency., guix-commits, 2023/07/03
- 56/94: gnu: ruby-maxitest: Update to 5.1.0., guix-commits, 2023/07/03
- 55/94: gnu: ruby-hydra: Fix build., guix-commits, 2023/07/03
- 59/94: gnu: ruby-rb-inotify: Update to 0.10.1., guix-commits, 2023/07/03
- 61/94: gnu: ronn-ng: Fix build., guix-commits, 2023/07/03
- 63/94: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/07/03
- 64/94: gnu: ruby-braintree: Update to 4.12.0., guix-commits, 2023/07/03
- 67/94: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/07/03
- 69/94: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/07/03
- 71/94: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/07/03
- 73/94: gnu: ruby-net-http-persistent: Update to 4.0.2.,
guix-commits <=
- 75/94: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/07/03
- 78/94: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/07/03
- 79/94: gnu: ruby-byebug: Fix build., guix-commits, 2023/07/03
- 88/94: gnu: Add ruby-rubocop-packaging., guix-commits, 2023/07/03
- 86/94: gnu: ruby-heredoc-unindent: Fix build., guix-commits, 2023/07/03
- 87/94: gnu: ruby-hoe-git: Fix build., guix-commits, 2023/07/03
- 89/94: gnu: ruby-chunky-png: Update to 1.4.0., guix-commits, 2023/07/03
- 92/94: gnu: ruby-rspec-block-is-expected: Update to 1.0.5., guix-commits, 2023/07/03
- 94/94: gnu: ruby-yard: Refactor package and some dependencies., guix-commits, 2023/07/03
- 32/94: gnu: ruby-term-ansicolor: Fix build., guix-commits, 2023/07/03