[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/94: gnu: ruby-benchmark-ips: Update to 2.12.0.
From: |
guix-commits |
Subject: |
63/94: gnu: ruby-benchmark-ips: Update to 2.12.0. |
Date: |
Mon, 3 Jul 2023 06:06:34 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 8420f74b5d388af8576b4a0b238d507880c98cb9
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 10:56:19 2023 +0100
gnu: ruby-benchmark-ips: Update to 2.12.0.
* gnu/packages/ruby.scm (ruby-benchmark-ips): Update to 2.12.0.
[source]: Switch to git repository.
[arguments]: Patch Gemfile and gemspec.
---
gnu/packages/ruby.scm | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 20e80aab20..0de5571f50 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8967,15 +8967,30 @@ abstraction for Ruby.")
(define-public ruby-benchmark-ips
(package
(name "ruby-benchmark-ips")
- (version "2.8.2")
+ (version "2.12.0")
(source
(origin
- (method url-fetch)
- (uri (rubygems-uri "benchmark-ips" version))
+ (method git-fetch) ;no tests in distributed gem
+ (uri (git-reference
+ (url "https://github.com/evanphx/benchmark-ips")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1n9397j7kh4vvikfann1467qgksc679imlr50hax3lk1q3af8kdw"))))
+ "19pa2a1lgjzrxcz6vxwfiq5qq337vr15bbbpc2mfwzljdlx5059s"))))
(build-system ruby-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch
+ (lambda _
+ (substitute* "Gemfile"
+ (("gem 'rake'.*")
+ "gem 'rake'"))
+ (substitute* "benchmark-ips.gemspec"
+ (("git ls-files -- examples lib")
+ "find examples lib -type f | sort")))))))
(native-inputs
(list ruby-hoe))
(synopsis "Iterations per second enhancement for the Ruby Benchmark
module")
- 38/94: gnu: ruby-protobuf: Fix build., (continued)
- 38/94: gnu: ruby-protobuf: Fix build., guix-commits, 2023/07/03
- 42/94: gnu: ruby-tilt: Update to 2.0.11., guix-commits, 2023/07/03
- 35/94: gnu: ruby-http-cookie: Update to 1.0.5., guix-commits, 2023/07/03
- 47/94: gnu: ruby-kpeg: Update to 1.3.3., guix-commits, 2023/07/03
- 40/94: gnu: ruby-delayed-job: Fix build., guix-commits, 2023/07/03
- 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 <=
- 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, 2023/07/03
- 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