gnu: ruby-hocon: Update to 1.3.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 29 May 2020 06:23:29 +0000 (08:23 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 29 May 2020 06:32:03 +0000 (08:32 +0200)
* gnu/packages/ruby.scm (ruby-hocon): Update to 1.3.1.

gnu/packages/ruby.scm

index 5ffb437..82911a6 100644 (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