me
/
guix
Archived
1
0
Fork 0

gnu: ruby-hocon: Update to 1.3.1.

* gnu/packages/ruby.scm (ruby-hocon): Update to 1.3.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3853,7 +3853,7 @@ and manipulate Git repositories by wrapping system calls to the git binary.")
(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 @@ and manipulate Git repositories by wrapping system calls to the git binary.")
(file-name (git-file-name name version))
(sha256
(base32
"1wz4cswjg3gs1y1bar7j4j88wjimfa9zhvy51jyi177i5dzax416"))))
"172hh2zr0n9nnszv0qvlgwszgkrq84yahrg053m68asy79zpmbqr"))))
(build-system ruby-build-system)
(arguments
'(#:phases (modify-phases %standard-phases