[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/36: gnu: ruby-commander: Update to 4.6.0.
From: |
guix-commits |
Subject: |
23/36: gnu: ruby-commander: Update to 4.6.0. |
Date: |
Tue, 20 Jun 2023 17:19:25 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 6bafbfd40ff9d1066ec4041b37f90cd34de5a099
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jun 18 12:15:09 2023 +0100
gnu: ruby-commander: Update to 4.6.0.
* gnu/packages/ruby.scm (ruby-commander): Update to 4.6.0.
[arguments]: Update style.
---
gnu/packages/ruby.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 369d6f44ed..3c27f1e6a1 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -321,27 +321,27 @@ matching. mruby can be linked and embedded within your
application.")
(define-public ruby-commander
(package
(name "ruby-commander")
- (version "4.4.7")
+ (version "4.6.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "commander" version))
(sha256
(base32
- "1pxakz596fjqak3cdbha6iva1dlqis86i3kjrgg6lf3sp8i5vhwg"))))
+ "1n8k547hqq9hvbyqbx2qi08g0bky20bbjca1df8cqq5frhzxq7bx"))))
(build-system ruby-build-system)
(arguments
- `(#:test-target "spec"
- #:phases
- (modify-phases %standard-phases
- ;; Don't run or require rubocop, the code linting tool, as this is a
- ;; bit unnecessary.
- (add-after 'unpack 'dont-run-rubocop
- (lambda _
- (substitute* "Rakefile"
- ((".*rubocop.*") "")
- ((".*RuboCop.*") ""))
- #t)))))
+ (list
+ #:test-target "spec"
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Don't run or require rubocop, the code linting tool, as this is a
+ ;; bit unnecessary.
+ (add-after 'unpack 'dont-run-rubocop
+ (lambda _
+ (substitute* "Rakefile"
+ ((".*rubocop.*") "")
+ ((".*RuboCop.*") "")))))))
(propagated-inputs
(list ruby-highline))
(native-inputs
- 21/36: gnu: ruby-hocon: Update to 1.4.0., (continued)
- 21/36: gnu: ruby-hocon: Update to 1.4.0., guix-commits, 2023/06/20
- 17/36: gnu: ruby-pry-doc: Update to 1.4.0., guix-commits, 2023/06/20
- 14/36: gnu: ruby-shindo: Update to 0.3.10., guix-commits, 2023/06/20
- 15/36: gnu: ruby-rjb: Update to 1.6.7., guix-commits, 2023/06/20
- 08/36: gnu: webkitgtk: Explicitly use ruby-2., guix-commits, 2023/06/20
- 22/36: gnu: ruby-debug-inspector: Update to 1.1.0., guix-commits, 2023/06/20
- 18/36: gnu: ruby-powerpack: Update to 0.1.3., guix-commits, 2023/06/20
- 25/36: gnu: ruby-ptools: Update to 1.5.0., guix-commits, 2023/06/20
- 19/36: gnu: ruby-mkmf-lite: Update to 0.5.2., guix-commits, 2023/06/20
- 20/36: gnu: ruby-memory-profiler: Update to 1.0.1., guix-commits, 2023/06/20
- 23/36: gnu: ruby-commander: Update to 4.6.0.,
guix-commits <=
- 28/36: gnu: ltris: Update to 1.2.6., guix-commits, 2023/06/20
- 31/36: gnu: batsignal: Update to 1.6.4., guix-commits, 2023/06/20
- 30/36: gnu: audacity: Update to 3.3.3., guix-commits, 2023/06/20
- 33/36: gnu: fnott: Update to 1.4.0., guix-commits, 2023/06/20
- 34/36: gnu: fvwm: Update to 2.7.0., guix-commits, 2023/06/20
- 35/36: gnu: recastnavigation: Update to 1.6.0., guix-commits, 2023/06/20
- 24/36: gnu: bioruby: Update to 2.0.4., guix-commits, 2023/06/20
- 26/36: gnu: guile-next: Update to 3.0.9-0.aa2cfe7., guix-commits, 2023/06/20
- 27/36: gnu: zeal: Update to 0.6.1-1.1cfa7c6., guix-commits, 2023/06/20
- 29/36: gnu: barrage: Update to 1.0.7., guix-commits, 2023/06/20