guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: ruby-hocon: Update to 1.3.1.


From: guix-commits
Subject: 02/03: gnu: ruby-hocon: Update to 1.3.1.
Date: Fri, 29 May 2020 02:32:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fd13ec5fecacdb65d0a76073c65e4f6f367a2b31
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 29 08:23:29 2020 +0200

    gnu: ruby-hocon: Update to 1.3.1.
    
    * gnu/packages/ruby.scm (ruby-hocon): Update to 1.3.1.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5ffb437..82911a6 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]