[PATCH] gnu: guile-ics: Update 0.2.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 3 years ago
(address . guix-patches@gnu.org)
87bkw54hqz.fsf@gmail.com
Hello Guixers,

this patch updates Guile-ICS[1] to version 0.2.1.

- Artyom

References:
From d3fa53f64496c2bb3302ba96c53756bb8c9b3a8d Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Tue, 10 May 2022 16:49:18 +0300
Subject: [PATCH] gnu: guile-ics: Update to 0.2.1

* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.2.1.
---
gnu/packages/guile-xyz.scm | 29 ++++++++++-------------------
1 file changed, 10 insertions(+), 19 deletions(-)

Toggle diff (51 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index ebecdfaa1e..a4fcaa0426 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1772,7 +1772,7 @@ provides tight coupling to Guix.")
(define-public guile-ics
(package
(name "guile-ics")
- (version "0.2.0")
+ (version "0.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1781,26 +1781,17 @@ provides tight coupling to Guix.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0qjjvadr7gibdq9jvwkmlkb4afsw9n2shfj9phpiadinxk3p4m2g"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;; Allow builds with Guile 3.0.
- (substitute* "configure.ac"
- (("^GUILE_PKG.*")
- "GUILE_PKG([3.0 2.2 2.0])\n"))
- #t))))
+ "11wv6qk8xd4sd8s97mnw383p098ffivk0na4jii76r5wbmg1wd7q"))
+ (modules '((guix build utils)))))
(build-system gnu-build-system)
- ;; XXX: Tests expect 'test-runner-current' to not return #f after
- ;; 'test-end', which is no longer the case in Guile 3.0.7.
- (arguments '(#:tests? #f))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("texinfo" ,texinfo)
- ;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
- ("gettext" ,gettext-minimal)
- ("pkg-config" ,pkg-config)))
+ (list autoconf
+ automake
+ texinfo
+ ;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
+ gettext-minimal
+ help2man
+ pkg-config))
(inputs (list guile-3.0 which))
(propagated-inputs (list guile-lib))
(home-page "https://github.com/artyom-poptsov/guile-ics")
--
2.25.1
--
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-----

iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmJ6biQACgkQ6cWi2QiY
oC/9gwf+I+dl3LFs/N8LN0AZWATuGIRP6CqXaQFRAiQt/qUPA/LMizi4prhpEGxk
JFF/0vrKuGY6svARpkq9l+aPZ0EqwUFz3V9F2TBOyE+VNNsIUUNlVNaIt8xSp3OH
GhrhkwCvFZxLvMGxp2zFuZ4vr/BUoOM9Azk5KZQ/Ocv0bXSlUsEvYWIZqxQu0qo9
1F6Bdmf1Oo6pyJLOL1vZNzjTG2iw/N5dKzFbcNxfPDEERRk+fuerIZQXGWdWewxB
Cbay3Z7lpKzNhGq5ZAfa1+Z2g8S6zHrETM7+3JiUOifqxF/2ogPm1Ka5boWq79wc
Im/gAY12jZED+cq/6/eW1xys0VA9uw==
=yHBV
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 3 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 55351-done@debbugs.gnu.org)
87h75th3o2.fsf@gnu.org
Hi Artyom,

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

Toggle quote (7 lines)
> From d3fa53f64496c2bb3302ba96c53756bb8c9b3a8d Mon Sep 17 00:00:00 2001
> From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
> Date: Tue, 10 May 2022 16:49:18 +0300
> Subject: [PATCH] gnu: guile-ics: Update to 0.2.1
>
> * gnu/packages/guile-xyz.scm (guile-ics): Update to 0.2.1.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

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