mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-hocon: Update to 1.4.0.
* gnu/packages/ruby.scm (ruby-hocon): Update to 1.4.0. [arguments]: Update style.
This commit is contained in:
parent
9ff91468ee
commit
6eb15ac58e
1 changed files with 10 additions and 9 deletions
|
@ -5977,7 +5977,7 @@ and manipulate Git repositories by wrapping system calls to the git binary.")
|
||||||
(define-public ruby-hocon
|
(define-public ruby-hocon
|
||||||
(package
|
(package
|
||||||
(name "ruby-hocon")
|
(name "ruby-hocon")
|
||||||
(version "1.3.1")
|
(version "1.4.0")
|
||||||
(home-page "https://github.com/puppetlabs/ruby-hocon")
|
(home-page "https://github.com/puppetlabs/ruby-hocon")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5985,16 +5985,17 @@ and manipulate Git repositories by wrapping system calls to the git binary.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"172hh2zr0n9nnszv0qvlgwszgkrq84yahrg053m68asy79zpmbqr"))))
|
"04wgv0pwrghawnl6qp346z59fvp9v37jymq8p0lsrzxa6nvrykmk"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(if tests?
|
(if tests?
|
||||||
(invoke "rspec")
|
(invoke "rspec")
|
||||||
(format #t "test suite not run~%"))
|
(format #t "test suite not run~%")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bundler ruby-rspec))
|
(list bundler ruby-rspec))
|
||||||
(synopsis "HOCON config library")
|
(synopsis "HOCON config library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue