[PATCH] update guile-wisp to 1.0.11

  • Open
  • quality assurance status badge
Details
One participant
  • Dr. Arne Babenhauserheide
Owner
unassigned
Submitted by
Dr. Arne Babenhauserheide
Severity
normal
D
D
Dr. Arne Babenhauserheide wrote on 20 Mar 2023 22:34
(address . bug-guix@gnu.org)
87mt479k87.fsf@web.de
Hi,

the included patch updates guile-wisp to version 1.0.11
From ffed8b2c56cfeaa4d192c06922277f223fd9a5af Mon Sep 17 00:00:00 2001
From: Arne Babenhauserheide <arne_bab@web.de>
Date: Fri, 9 Dec 2022 22:24:43 +0100
Subject: [PATCH] gnu: guile-wisp: Update to 1.0.11

* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.11.
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index e675f4a74e..c5c9c684ad 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2070,7 +2070,7 @@ (define-public guile-imanifest
(define-public guile-wisp
(package
(name "guile-wisp")
- (version "1.0.7")
+ (version "1.0.11")
(source (origin
(method hg-fetch)
(uri (hg-reference
@@ -2079,7 +2079,7 @@ (define-public guile-wisp
(file-name (git-file-name name version))
(sha256
(base32
- "1hqwdmx081icv516cyndjkwvgr7b41hi5qdaylkv0jran35jwjiw"))))
+ "1w2wx5001aiwky25kvk190d1bgz6g856nm5hhaggsyb1h9f5ws17"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
--
2.39.2
Changes since 1.0.7:

wisp 1.0.11 (2023-03-20):
- increase resilience of make check for multi-job make in Guix

wisp 1.0.10 (2023-02-16):
- only extend the reader for ## while reading wisp. Thanks to Maxime
Devos for help to use fluids!

wisp 1.0.9 (2023-02-16):
- remove limitation of the number of prefix underscores (_). Thanks to
Maxime Devos for a much cleaner algorithm!
- only set *port* encoding to UTF-8, do not change encoding for the
application. Thanks to Maxime Devos!

wisp 1.0.8 (2022-12-09):
- wisp2lisp can now process stdin when called with - as filename.
And it has help output.

Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE801qEjXQSQPNItXAE++NRSQDw+sFAmQY0lgQHGFybmVfYmFi
QHdlYi5kZQAKCRAT741FJAPD6x6gEADYnllScZHKabiAom5vU6D3Sf8BxTvMT+Jy
ZMLmDpMPkldg0vkZ36kSClQP1wP4H5BaitHQleBrNa39POZM8mVD+tiYCFezVd/7
07F1Jl6W3r5TuexclnHJ9PD6ePhOw2qNeNl/lqixR6zf0i7zCZ4qnrS0J4ew4Jz0
lKHyrmorPUIetqtTWJRyKkhgkbQXVU5PKJQeSVS8Niza0oio/AsHMiRt+bxQot0g
9QkLOEV2j2D+9muPXxAB2lygtN3h3qmjEMuDgw/wkWhkXkzr7G+BZF4ojyUEkHZx
vlNXTCPqVccnNvmdN4/mjtF93qODXt2WrfPFpJTx9PM3L9fdXy3Lb/Y4m4/oqGEk
OV195LB5EZK8U5SEu/SiTIs6EhHClhSYIXooq/6K84714Umd/3mA/DiChg0K1Moi
mNKeOFFZmMPfRmZUeENwIPo1dNlmMVzIvVt/2ICz1I6/BxtcRl/ujg9Ddm6/pnY+
umgKAMW1dSq6yeFEmmsjUVb/vONC7XxAcYegpTirZndGlVjlx0Lk9G5AtLhIJXjS
YpFMxz+O+OdIb9FJ0VSGvV2Q1s62d09MjfZ2puUl93ORWDYQzLiF94dhKGsJ+D4b
GuHmZAqRc9zfgqr+VYXi1ELsFD++l2T7Uiw6SA/+xXRuhlvLwiEwj+2GkgCWA5cL
FoFfpxVCPIjEBAEBCAAuFiEE3Si95tmHXKvOSosd3M8NswvBBUgFAmQY0lgQHGFy
bmVfYmFiQHdlYi5kZQAKCRDczw2zC8EFSID+A/0dm3Eh6eiBB4U1Oqss0h7urkez
XNZNxhsHZr7q0FiCrCe9rt5/9engWtStdQTZLgO0kihvq1okfxOeqZOTPqSKM2WI
NluRIsR/FttGz3nheZDtMenCTjJAu5ACmv81R30IbFz5xkhADPeY9e3ldz2hmH7g
J8aUxmBBiDUbT4q9/A==
=pd9Q
-----END PGP SIGNATURE-----

?
Your comment

Commenting via the web interface is currently disabled.

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

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