me
/
guix
Archived
1
0
Fork 0

gnu: ruby-powerpack: Update to 0.1.3.

* gnu/packages/ruby.scm (ruby-powerpack): Update to 0.1.3.
[arguments]: Update style.
Christopher Baines 2023-06-18 11:57:50 +01:00
parent d8531fcdc8
commit 90e9e56140
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 3 additions and 3 deletions

View File

@ -4377,17 +4377,17 @@ assertion messages for tests.")
(define-public ruby-powerpack (define-public ruby-powerpack
(package (package
(name "ruby-powerpack") (name "ruby-powerpack")
(version "0.1.2") (version "0.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "powerpack" version)) (uri (rubygems-uri "powerpack" version))
(sha256 (sha256
(base32 (base32
"1r51d67wd467rpdfl6x43y84vwm8f5ql9l9m85ak1s2sp3nc5hyv")))) "1f71axvlhnxja0k17qqxdi4qh5ck807hqg4i3j6cgy8fgzmyg7rg"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:test-target "spec")) (list #:test-target "spec"))
(native-inputs (native-inputs
(list bundler ruby-rspec ruby-yard)) (list bundler ruby-rspec ruby-yard))
(synopsis "Useful extensions to core Ruby classes") (synopsis "Useful extensions to core Ruby classes")