[PATCH] gnu: ruby-highline: Update to 3.0.1.

  • Open
  • quality assurance status badge
Details
One participant
  • gemmaro
Owner
unassigned
Submitted by
gemmaro
Severity
normal
G
G
gemmaro wrote on 22 Jun 03:34 +0200
(address . guix-patches@gnu.org)(name . gemmaro)(address . gemmaro.dev@gmail.com)
3f1e9b8547a2ba6aa3ce58b4e340a828de8e7d15.1719020057.git.gemmaro.dev@gmail.com
* gnu/packages/ruby.scm (ruby-highline): Update to 3.0.1.
[arguments]: Enabled tests.

Change-Id: I1eaddcd343f8a289ca04e6de2d30e9557611cf5b
---
gnu/packages/ruby.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9547481caf..62512aca25 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -404,17 +404,15 @@ (define-public ruby-commander
(define-public ruby-highline
(package
(name "ruby-highline")
- (version "2.0.1")
+ (version "3.0.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "highline" version))
(sha256
(base32
- "0gr6pckj2jayxw1gdgh9193j5jag5zrrqqlrnl4jvcwpyd3sn2zc"))))
+ "02ghhvigqbq4252gsi4w8a9klkdkybmbz29ghfp1y6sqzlcb466a"))))
(build-system ruby-build-system)
- (arguments
- `(#:tests? #f)) ;; TODO: NameError: uninitialized constant SPEC
(native-inputs
(list bundler ruby-code-statistics))
(synopsis

base-commit: 594419b09e124b84d3d6141f1e47b5c346eeb704
prerequisite-patch-id: 8eca30a6b987c8aa73ce4ed5db30d982c3071601
prerequisite-patch-id: 836d13c4aa88d245b9486a7347fca8bcde61c0cd
prerequisite-patch-id: 9ded46832cffab4e62d50113671d9059490da50e
--
2.45.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71713@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71713
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch