[PATCH] gnu: guile-ini: Update to 0.5.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Fabio Natali
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Fabio Natali
Severity
normal

Debbugs page

Fabio Natali wrote 1 years ago
(address . guix-patches@gnu.org)(name . Fabio Natali)(address . me@fabionatali.com)
09cf826cd6f26206808571804932fc35a6da6767.1697103192.git.me@fabionatali.com
* gnu/packages/guile-xyz.scm: Update to 0.5.4.
---
Hi! 👋

Micro change to update guile-ini to the recently released 0.5.4 version. Hope it's ok.

Cheers, Fabio. 🌈


gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (define-public guile2.2-smc
(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 @@ (define-public guile-ini
(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

base-commit: 1328c4cca531318e3ed90c6aecb522a5b22a4bcc
--
2.41.0
Mathieu Othacehe wrote 1 years ago
(name . Fabio Natali)(address . me@fabionatali.com)(address . 66484-done@debbugs.gnu.org)
87edhyd5oq.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> Micro change to update guile-ini to the recently released 0.5.4 version. Hope it's ok.

Applied, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66484@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66484
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help