[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/94: gnu: ruby-awesome-print: Update to 1.9.2.
From: |
guix-commits |
Subject: |
62/94: gnu: ruby-awesome-print: Update to 1.9.2. |
Date: |
Mon, 3 Jul 2023 06:06:34 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 2a0dca50ade2693de8d97385723fb659a8d76313
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 2806cbf850..20e80aab20 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")
- 21/94: gnu: ruby-stackprof: Update to 0.2.25., (continued)
- 21/94: gnu: ruby-stackprof: Update to 0.2.25., guix-commits, 2023/07/03
- 51/94: gnu: ruby-marcel: Fix build., guix-commits, 2023/07/03
- 37/94: gnu: Add ruby-http-accept-1., guix-commits, 2023/07/03
- 44/94: gnu: ruby-cucumber: Fix build., guix-commits, 2023/07/03
- 39/94: gnu: ruby-hoe: Fix build., guix-commits, 2023/07/03
- 45/94: gnu: ruby-puma: Update to 6.3.0., guix-commits, 2023/07/03
- 52/94: gnu: ruby-railties: Fix build., guix-commits, 2023/07/03
- 11/94: gnu: Add ruby-rbtree., guix-commits, 2023/07/03
- 07/94: gnu: ruby-ritex: Build with ruby-2.7., guix-commits, 2023/07/03
- 16/94: gnu: Remove ruby-instantiator., guix-commits, 2023/07/03
- 62/94: gnu: ruby-awesome-print: Update to 1.9.2.,
guix-commits <=
- 65/94: gnu: ruby-multi-json: Fix build., guix-commits, 2023/07/03
- 66/94: gnu: ruby-jwt: Update to 2.7.1., guix-commits, 2023/07/03
- 68/94: gnu: ruby-sorbet-runtime: Remove ruby-pry-byebug input., guix-commits, 2023/07/03
- 72/94: gnu: ruby-connection-pool: Update to 2.4.1., guix-commits, 2023/07/03
- 76/94: gnu: ruby-slop: Update to 4.10.1., guix-commits, 2023/07/03
- 81/94: gnu: ruby-ruby-parser: Update to 3.20.2., guix-commits, 2023/07/03
- 84/94: gnu: ruby-mapping: Fix build., guix-commits, 2023/07/03
- 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