about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-07-30 11:49:24 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-07-30 11:49:39 +0900
commitc50693ea9bf8e03f590ed0945d9a2a714cbd10e7 (patch)
treeaf87b120a162ff86fb75d911c5402f2cabafb705
parenta59fe8420e7f91034aab79a004d3fbcc19b88c27 (diff)
downloadloftix-main.tar.gz
Update taosc to 0.0.2 HEAD main
-rw-r--r--loftix/synthesis.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/loftix/synthesis.scm b/loftix/synthesis.scm
index 592d48c..35cae55 100644
--- a/loftix/synthesis.scm
+++ b/loftix/synthesis.scm
@@ -50,7 +50,7 @@ from values in possitive and negative examples using a PAC learning algorithm.")
 (define-public taosc
   (package
     (name "taosc")
-    (version "0.0.1")
+    (version "0.0.2")
     (source
       (origin
         (method url-fetch)
@@ -58,7 +58,7 @@ from values in possitive and negative examples using a PAC learning algorithm.")
                "https://trong.loang.net/~cnx/taosc/snapshot/taosc-"
                version ".tar.gz"))
         (sha256
-          (base32 "08rjivhg3brx6n5jgxfwcqbwb3ranrvjxwrdbqd8pwrpfa5jhqy2"))))
+          (base32 "1qnfvy3zp36m6lsc4csn3p371zxfp41dh77g62vc35b26m5azbfx"))))
     (build-system gnu-build-system)
     (arguments
       (list #:make-flags #~(list (string-append "PREFIX=" #$output))