[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64150] [PATCH 18/24] gnu: ruby-powerpack: Update to 0.1.3.
From: |
Christopher Baines |
Subject: |
[bug#64150] [PATCH 18/24] gnu: ruby-powerpack: Update to 0.1.3. |
Date: |
Sun, 18 Jun 2023 12:28:45 +0100 |
* gnu/packages/ruby.scm (ruby-powerpack): Update to 0.1.3.
[arguments]: Update style.
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a221f2fcaa..9811937674 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4377,17 +4377,17 @@ (define-public ruby-power-assert
(define-public ruby-powerpack
(package
(name "ruby-powerpack")
- (version "0.1.2")
+ (version "0.1.3")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "powerpack" version))
(sha256
(base32
- "1r51d67wd467rpdfl6x43y84vwm8f5ql9l9m85ak1s2sp3nc5hyv"))))
+ "1f71axvlhnxja0k17qqxdi4qh5ck807hqg4i3j6cgy8fgzmyg7rg"))))
(build-system ruby-build-system)
(arguments
- '(#:test-target "spec"))
+ (list #:test-target "spec"))
(native-inputs
(list bundler ruby-rspec ruby-yard))
(synopsis "Useful extensions to core Ruby classes")
--
2.40.1
- [bug#64150] [PATCH 08/24] gnu: webkitgtk: Explicitly use ruby-2., (continued)
- [bug#64150] [PATCH 15/24] gnu: ruby-rjb: Update to 1.6.7., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 16/24] gnu: ruby-range-compressor: Update to 1.2.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 17/24] gnu: ruby-pry-doc: Update to 1.4.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 12/24] gnu: ruby-test-unit: Update to 3.6.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 20/24] gnu: ruby-memory-profiler: Update to 1.0.1., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 22/24] gnu: ruby-debug-inspector: Update to 1.1.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 21/24] gnu: ruby-hocon: Update to 1.4.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 13/24] gnu: ruby-sucker-punch: Update to 3.1.0., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 10/24] gnu: ruby-yajl-ruby: Update to 1.4.3., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 18/24] gnu: ruby-powerpack: Update to 0.1.3.,
Christopher Baines <=
- [bug#64150] [PATCH 24/24] gnu: bioruby: Update to 2.0.4., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 19/24] gnu: ruby-mkmf-lite: Update to 0.5.2., Christopher Baines, 2023/06/18
- [bug#64150] [PATCH 23/24] gnu: ruby-commander: Update to 4.6.0., Christopher Baines, 2023/06/18
- bug#64150: [PATCH 00/24] Various changes to support updating the default ruby., Christopher Baines, 2023/06/20