[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/19: gnu: ruby-net-scp: Fix build.
From: |
guix-commits |
Subject: |
15/19: gnu: ruby-net-scp: Fix build. |
Date: |
Thu, 29 Jun 2023 07:06:04 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit e168decb1dddeb8e3311374e038151f6789dd642
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 11:54:43 2023 +0100
gnu: ruby-net-scp: Fix build.
* gnu/packages/ruby.scm (ruby-net-scp)[native-inputs]: Use ruby-mocha-1.
---
gnu/packages/ruby.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ca035dfdb0..91d479d6e2 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5355,7 +5355,7 @@ with processes on remote servers, via SSH2.")
(base32 "1mdxh81z2hkcc359g6z96fywbr57azlv2yj4zq76adn5lyqq4hgw"))))
(build-system ruby-build-system)
(native-inputs
- (list bundler ruby-test-unit ruby-mocha))
+ (list bundler ruby-test-unit ruby-mocha-1))
(propagated-inputs
(list ruby-net-ssh))
(synopsis "Pure-Ruby SCP client library")
- branch ruby-team updated (8fa6833d4f -> 0a9117a7f9), guix-commits, 2023/06/29
- 03/19: gnu: ruby-awesome-print: Update to 1.9.2., guix-commits, 2023/06/29
- 01/19: gnu: facter: Update to 4.4.1., guix-commits, 2023/06/29
- 09/19: gnu: ruby-sorbet-runtime: Remove ruby-pry-byebug input., guix-commits, 2023/06/29
- 11/19: gnu: ruby-spy: Remove ruby-pry-byebug input., guix-commits, 2023/06/29
- 13/19: gnu: ruby-connection-pool: Update to 2.4.1., guix-commits, 2023/06/29
- 15/19: gnu: ruby-net-scp: Fix build.,
guix-commits <=
- 17/19: gnu: ruby-slop: Update to 4.10.1., guix-commits, 2023/06/29
- 05/19: gnu: ruby-braintree: Update to 4.12.0., guix-commits, 2023/06/29
- 02/19: gnu: ronn-ng: Fix build., guix-commits, 2023/06/29
- 04/19: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/06/29
- 06/19: gnu: ruby-multi-json: Fix build., guix-commits, 2023/06/29
- 07/19: gnu: ruby-jwt: Update to 2.7.1., guix-commits, 2023/06/29
- 12/19: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/06/29
- 08/19: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/06/29
- 10/19: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/06/29
- 19/19: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/06/29