mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ruby-hocon: Update to 1.3.1.
* gnu/packages/ruby.scm (ruby-hocon): Update to 1.3.1.
This commit is contained in:
parent
c3beb7ced7
commit
fd13ec5fec
1 changed files with 2 additions and 2 deletions
|
@ -3853,7 +3853,7 @@ (define-public ruby-git
|
|||
(define-public ruby-hocon
|
||||
(package
|
||||
(name "ruby-hocon")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(home-page "https://github.com/puppetlabs/ruby-hocon")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -3861,7 +3861,7 @@ (define-public ruby-hocon
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wz4cswjg3gs1y1bar7j4j88wjimfa9zhvy51jyi177i5dzax416"))))
|
||||
"172hh2zr0n9nnszv0qvlgwszgkrq84yahrg053m68asy79zpmbqr"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue