[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-ini: Update to 0.5.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-ini: Update to 0.5.4. |
Date: |
Fri, 13 Oct 2023 17:32:00 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8aad7210ea gnu: guile-ini: Update to 0.5.4.
8aad7210ea is described below
commit 8aad7210ea06992ee3f36ca7f57678240949e063
Author: Fabio Natali <me@fabionatali.com>
AuthorDate: Thu Oct 12 10:47:04 2023 +0100
gnu: guile-ini: Update to 0.5.4.
* gnu/packages/guile-xyz.scm: Update to 0.5.4.
Signed-off-by: Mathieu Othacehe <othacehe@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 05ba6d299c..97504e1f39 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5444,7 +5444,7 @@ with a FSM is being built (for example, from a
Makefile.)")
(define-public guile-ini
(package
(name "guile-ini")
- (version "0.5.3")
+ (version "0.5.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5453,7 +5453,7 @@ with a FSM is being built (for example, from a
Makefile.)")
(file-name (string-append name "-" version))
(sha256
(base32
- "03pdbas7f6r2q3jbcn68xpm57hika3byb4rhsf0544kw6yk3bm8q"))))
+ "10glfdhyv8h58cmf0xl1g7jk05pd5hzdncc2c709b8pyncrdiakh"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-ini: Update to 0.5.4.,
guix-commits <=