gnu: ruby-hocon: Update to 1.3.1.

* gnu/packages/ruby.scm (ruby-hocon): Update to 1.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-29 08:23:29 +02:00
parent c3beb7ced7
commit fd13ec5fec
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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