about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-10-23 05:07:44 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-10-23 05:07:44 +0900
commitea1e8e5c1230665aae5ddf5ac4756b9d53a3e36d (patch)
tree1596d01237318ae06e2dd8e2b3adb6d5842f4db2
parent129c729a064e8a26d56cf746f31a5f325070989a (diff)
downloadloftix-main.tar.gz
Fix taosc 0.0.3.dev2 source checksum HEAD main
-rw-r--r--loftix/synthesis.scm13
1 files changed, 6 insertions, 7 deletions
diff --git a/loftix/synthesis.scm b/loftix/synthesis.scm
index 0138199..4e27ea2 100644
--- a/loftix/synthesis.scm
+++ b/loftix/synthesis.scm
@@ -52,13 +52,12 @@ from values in possitive and negative examples using a PAC learning algorithm.")
     (name "taosc")
     (version "0.0.3.dev2")
     (source
-      (origin
-        (method url-fetch)
-        (uri (string-append
-               "https://trong.loang.net/~cnx/taosc/snapshot/taosc-"
-               version ".tar.gz"))
-        (sha256
-          (base32 "0372a542gpn46kz50nq4a8js3b1n3x3ibdg0j0j5ff9dams6cnax"))))
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://trong.loang.net/~cnx/taosc/snapshot/taosc-"
+                           version ".tar.gz"))
+       (sha256
+        (base32 "03wbwxwrky5l2l0qv9z5796q43ap1n672gn565wsn5ci084pg5gb"))))
     (build-system gnu-build-system)
     (arguments
       (list #:imported-modules `((guix build zig-utils)