guix-commits
[Top][All Lists]
Advanced

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

11/17: gnu: guile-ini: Update to 0.5.3.


From: guix-commits
Subject: 11/17: gnu: guile-ini: Update to 0.5.3.
Date: Wed, 24 May 2023 09:05:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 10888f26e0f6ad3ac66b58efe718295636fb6711
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon May 1 18:50:54 2023 +0300

    gnu: guile-ini: Update to 0.5.3.
    
    * gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.3.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 782fd1f54b..1950d87283 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5383,7 +5383,7 @@ with a FSM is being built (for example, from a 
Makefile.)")
 (define-public guile-ini
   (package
     (name "guile-ini")
-    (version "0.5.2")
+    (version "0.5.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5392,7 +5392,7 @@ with a FSM is being built (for example, from a 
Makefile.)")
               (file-name (string-append name "-" version))
               (sha256
                (base32
-                "17fbys3gsfyx4f77a2fswirx76dlr57il2z27z77wljaz777jk36"))))
+                "03pdbas7f6r2q3jbcn68xpm57hika3byb4rhsf0544kw6yk3bm8q"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings



reply via email to

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