mbox series

[bug#73198,0/3] Update cl-lack and cl-clack

Message ID m1ikv1j7ga.fsf@fastmail.net
Headers show
Series Update cl-lack and cl-clack | expand

Message

Konrad Hinsen Sept. 12, 2024, 2:02 p.m. UTC
The upcoming series of three patches updates cl-lack and cl-clack,
two tightly coupled packages, to the latest versions. In preparation
for this, the first patch adds cl-anypool, a new dependency of
cl-lack.

Konrad Hinsen (3):
  gnu: Add cl-anypool
  gnu: Update cl-lack to 0.3.0.
  gnu: Update cl-clack to 2.1.0.

 gnu/local.mk                    |   1 +
 gnu/packages/lisp-xyz.scm       | 107 ++++++++++----
 gnu/packages/patches/lack.patch | 243 ++++++++++++++++++++++++++++++++
 3 files changed, 327 insertions(+), 24 deletions(-)
 create mode 100644 gnu/packages/patches/lack.patch


base-commit: fdac906f7c575e9dad91fb247dfe242a6e5883a7

Comments

Guillaume Le Vaillant Sept. 13, 2024, 9:44 a.m. UTC | #1
Patches applied as d844eecd34ad718da8aedcd3d19ac0e447cdf467 and
following with some minor modifications and completed commit messages.
Thanks.