diff mbox series

[bug#57579] gnu: guile-ics: Update to 0.3.0

Message ID 878rmz438p.fsf@gmail.com
State Accepted
Headers show
Series [bug#57579] gnu: guile-ics: Update to 0.3.0 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Artyom V. Poptsov Sept. 4, 2022, 2:35 p.m. UTC
Hello,

this patch series updates Guile-ICS to 0.3.0 and also adds Guile-SMC for
the Guile 2.2 and the related Guile-ICS version.
Please note that Guile-ICS 0.3.0 is the first version that requires
Guile-SMC for its internal finite-state machine.

Thanks,

- Artyom

Comments

Mathieu Othacehe Sept. 4, 2022, 3:08 p.m. UTC | #1
Hello Artyom,

> this patch series updates Guile-ICS to 0.3.0 and also adds Guile-SMC for
> the Guile 2.2 and the related Guile-ICS version.

I wrapped a few things and pushed the series.

Thanks,

Mathieu
diff mbox series

Patch

From 6dd564993c2da5c823f268c51398fea032afb910 Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 4 Sep 2022 08:28:34 +0300
Subject: [PATCH 3/3] gnu: guile2.2-ics: Update to 0.3.0

* gnu/packages/guile-xyz.scm (guile2.2-ics): Update to 0.3.0.
  [package-inputs]: Replace "guile-smc" with "guile2.2-smc".
  [propagated-inputs]: Use the new style.
---
 gnu/packages/guile-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 1351aa5645..6404fe1686 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1768,9 +1768,8 @@  (define-public guile2.2-ics
   (package
     (inherit guile-ics)
     (name "guile2.2-ics")
-    (inputs (modify-inputs (package-inputs guile-ics)
-              (replace "guile" guile-2.2)))
-    (propagated-inputs `(("guile-lib" ,guile2.2-lib)))))
+    (inputs (list guile-2.2 which))
+    (propagated-inputs (list guile2.2-lib guile2.2-smc))))
 
 (define-public guile-imanifest
   (let ((commit "ccd5a2111b008d778106f5595a3a585954d95d0")
-- 
2.34.1