about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-10-24 12:58:49 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-10-24 12:58:49 +0900
commit7ac14e9de2a23bb90079f61cc584fcfe956d0a0d (patch)
tree090128d1055ebd5ee6afee9e1b0780199f6ce4db
parentea1e8e5c1230665aae5ddf5ac4756b9d53a3e36d (diff)
downloadloftix-7ac14e9de2a23bb90079f61cc584fcfe956d0a0d.tar.gz
Upgrade taosc to 0.0.3
-rw-r--r--loftix/synthesis.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/loftix/synthesis.scm b/loftix/synthesis.scm
index 4e27ea2..9ac97d7 100644
--- a/loftix/synthesis.scm
+++ b/loftix/synthesis.scm
@@ -50,14 +50,14 @@ from values in possitive and negative examples using a PAC learning algorithm.")
 (define-public taosc
   (package
     (name "taosc")
-    (version "0.0.3.dev2")
+    (version "0.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://trong.loang.net/~cnx/taosc/snapshot/taosc-"
                            version ".tar.gz"))
        (sha256
-        (base32 "03wbwxwrky5l2l0qv9z5796q43ap1n672gn565wsn5ci084pg5gb"))))
+        (base32 "08a8gbhbm5dbbrld5q7fq1xdhyj1jn611466pn66nh8wsf5llg8v"))))
     (build-system gnu-build-system)
     (arguments
       (list #:imported-modules `((guix build zig-utils)