[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/19: gnu: ruby-awesome-print: Update to 1.9.2.
From: |
guix-commits |
Subject: |
03/19: gnu: ruby-awesome-print: Update to 1.9.2. |
Date: |
Thu, 29 Jun 2023 07:06:02 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 3da3950190e174ad649a058cb446393e8e7a274a
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 10:34:02 2023 +0100
gnu: ruby-awesome-print: Update to 1.9.2.
* gnu/packages/ruby.scm (ruby-awesome-print): Update to 1.9.2.
[arguments]: Update style.
---
gnu/packages/ruby.scm | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9005adc567..cdad4ee407 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1368,29 +1368,30 @@ line of code.")
(define-public ruby-awesome-print
(package
(name "ruby-awesome-print")
- (version "1.8.0")
+ (version "1.9.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "awesome_print" version))
(sha256
(base32
- "14arh1ixfsd6j5md0agyzvksm5svfkvchb90fp32nn7y3avcmc2h"))))
+ "0vkq6c8y2jvaw03ynds5vjzl1v9wg608cimkd3bidzxc0jvk56z9"))))
(build-system ruby-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- ;; Remove failing test.
- (for-each delete-file
- '("spec/ext/nokogiri_spec.rb"
- "spec/colors_spec.rb"
- "spec/formats_spec.rb"
- "spec/methods_spec.rb"
- "spec/misc_spec.rb"
- "spec/objects_spec.rb"))
- (invoke "rspec" "-c" "spec"))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ ;; Remove failing test.
+ (for-each delete-file
+ '("spec/ext/nokogiri_spec.rb"
+ "spec/colors_spec.rb"
+ "spec/formats_spec.rb"
+ "spec/methods_spec.rb"
+ "spec/misc_spec.rb"
+ "spec/objects_spec.rb"))
+ (invoke "rspec" "-c" "spec"))))))
(native-inputs
(list ruby-nokogiri ruby-rspec ruby-simplecov))
(synopsis "Pretty print Ruby objects to visualize their structure")
- branch ruby-team updated (8fa6833d4f -> 0a9117a7f9), guix-commits, 2023/06/29
- 03/19: gnu: ruby-awesome-print: Update to 1.9.2.,
guix-commits <=
- 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, 2023/06/29
- 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