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

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 2 years ago
(address . guix-patches@gnu.org)
877d1snoie.fsf@gmail.com
Hello.

This patch updates Guile-INI to 0.5.2.
From 90821be97ad5d71d7fa050d0f7bb07c3e1f70cae Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 25 Sep 2022 00:37:22 +0300
Subject: [PATCH] gnu: guile-ini: Update to 0.5.2.

* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.2.
---
gnu/packages/guile-xyz.scm | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)

Toggle diff (39 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 56f0bb8acc..1760ba331e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4936,7 +4936,7 @@ (define-public guile2.2-smc
(define-public guile-ini
(package
(name "guile-ini")
- (version "0.5.1")
+ (version "0.5.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4945,21 +4945,12 @@ (define-public guile-ini
(file-name (string-append name "-" version))
(sha256
(base32
- "0ky7sffxywc2p84q5kdsphr99q0g5gy45rj0vx7f77hwpfm2093x"))))
+ "17fbys3gsfyx4f77a2fswirx76dlr57il2z27z77wljaz777jk36"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
#:phases (modify-phases %standard-phases
- (delete 'strip)
- (add-before 'build 'generate-fsm-context
- ;; Make sure the intermediate FSM context is present
- ;; before the build.
- (lambda _
- (let ((cwd (getcwd)))
- (chdir "modules/ini/")
- (invoke "make" "GUILE_AUTO_COMPILE=0"
- "fsm-context.scm")
- (chdir cwd)))))))
+ (delete 'strip))))
(native-inputs (list autoconf automake pkg-config texinfo))
(inputs (list bash-minimal guile-3.0 guile-lib))
(propagated-inputs (list guile-smc))
--
2.34.1
- Artyom

--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQFNBAEBCgA3FiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmMvxSkZHHBvcHRzb3Yu
YXJ0eW9tQGdtYWlsLmNvbQAKCRDpxaLZCJigL1oOB/9iwdHZSFOSK2y+IimJ58i7
WzKq9yeA8KyRfp5zCYeEwFiDXRxfxgsQVpGW9c7zSRk+YzYuW1UryDsOjNVjvLIe
FYKbyWtPLwNRLTOaS3MX/xammM6rFMQeyD4Q77UwOpNkD5G3KkRSRTW2znDCQskJ
hzAJ0C0L1cAqaN6W/Wp9khcZhIbB9GMjNCx6uoJo7D//4OcqUeqXyMS2Mw+808a3
03d8eYHIJWHL5N6lJGYf2d44NAGUxUoWDNxpfuESF30zpNujBMNaLpDLkZ3HompL
L9aBB/ePq7KIxmLqqWqabtsV2RsFbWUPMtbr6SLa6zvOb/F+DdjJlhyqkS+wLJzJ
=BtDW
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 2 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 58060-done@debbugs.gnu.org)
8735ces2ln.fsf@gnu.org
Toggle quote (2 lines)
> This patch updates Guile-INI to 0.5.2.

Applied, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 58060
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