guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b29cee267984003adaa8ecfcadbbc22155579a8d
Author: Christopher Baines <[email protected]>
AuthorDate: Wed Nov 19 16:09:52 2025 +0000

    gnu: guile-knots: Update to 0-25.95200ec.
    
    * gnu/packages/guile-xyz.scm (guile-knots): Update to 0-25.95200ec.
    
    Change-Id: I4d6867a91257d8a712d6f92db457d1225dead7d3
---
 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 f7c72b78c0..e5d93aa267 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -7499,8 +7499,8 @@ is an attempt to combine both into something useful.")
       (license license:asl2.0))))
 
 (define-public guile-knots
-  (let ((commit "05ad83c7031de9b0d1873a0d5aec630746342a06")
-        (revision "24"))
+  (let ((commit "95200eccfd5668fa94a0dfad6eab93d7b7731c9d")
+        (revision "25"))
     (package
     (name "guile-knots")
     (version (git-version "0" revision commit))
@@ -7511,7 +7511,7 @@ is an attempt to combine both into something useful.")
                     (commit commit)))
               (sha256
                (base32
-                "1dnzjz0ap0rgl1ss4z09lw2yxz8srljsgi1wachhp4ri9fsgqsnh"))
+                "188wnz6vn1ba3nby13dwf91v09vidlap2zrlnklz2xgzajk8m7bb"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to