cbaines pushed a commit to branch master
in repository guix.

commit 7633bac967976c1f22b2c060ed150510b7c072ce
Author: Christopher Baines <[email protected]>
AuthorDate: Wed Dec 25 20:56:44 2024 +0000

    gnu: guile-knots: Update to 0-2.e8ab6f2.
    
    * gnu/packages/guile-xyz.scm (guile-knots): Update to 0-2.e8ab6f2.
    
    Change-Id: I74515dbab3fb643dc2223d202ba81de2cd70b2d5
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index dd0f620133..efc53b66f2 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -6265,8 +6265,8 @@ is an attempt to combine both into something useful.")
       (license license:asl2.0))))
 
 (define-public guile-knots
-  (let ((commit "2f39c58d6ca72cd869ba69e03d639f36d497e9a8")
-        (revision "1"))
+  (let ((commit "e8ab6f23d8611c6ebb308007306a9ec5752cfbf0")
+        (revision "2"))
     (package
     (name "guile-knots")
     (version (git-version "0" revision commit))
@@ -6277,7 +6277,7 @@ is an attempt to combine both into something useful.")
                     (commit commit)))
               (sha256
                (base32
-                "1kv2sw4pif2hjcfghjlzdv0plkdqkv4mpq2a18mj38jhwsjxr1q2"))
+                "1gbf6g0irjndvbycr3ygi6sh6y19v0h3h45460xgz46p62jiphsp"))
               (file-name (string-append name "-" version "-checkout"))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to