guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 05c3cf724f84e81ea49493df57c3859edf11b809
Author: Malte Frank Gerdes <[email protected]>
AuthorDate: Fri Sep 11 13:54:26 2026 +0200

    gnu: chicken: Fix build of chicken-crypto-tools.
    
    * gnu/packages/chicken.scm (chicken-crypto-tools)[origin]: Reformat.
    [home-page]: Use “https://wiki.call-cc.org/eggref/5/crypto-tools”
    [propagated-inputs]: Add chicken-blob.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/chicken.scm | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index 0050ff35e10..a5734e305e1 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -380,15 +380,18 @@ from Scheme.")
   (package
     (name "chicken-crypto-tools")
     (version "1.4")
-    (source (origin
-              (method url-fetch)
-              (uri (egg-uri "crypto-tools" version))
-              (sha256
-               (base32
-                "0ajf0qfnhp99f4x1dll2fhlxrsxamgrrwyksc7rrym77xmv8f1pd"))))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (egg-uri "crypto-tools" version))
+       (sha256
+        (base32
+         "0ajf0qfnhp99f4x1dll2fhlxrsxamgrrwyksc7rrym77xmv8f1pd"))))
     (build-system chicken-build-system)
     (arguments '(#:egg-name "crypto-tools"))
-    (home-page "https://wiki.call-cc.org/egg/crypto-tools";)
+    (propagated-inputs
+     (list chicken-blob))
+    (home-page "https://wiki.call-cc.org/eggref/5/crypto-tools";)
     (synopsis "Useful cryptographic primitives")
     (description "The crypto-tools egg implements useful cryptographic
 primitives.  More specifically, provided are:

Reply via email to