From ea1e8e5c1230665aae5ddf5ac4756b9d53a3e36d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 23 Oct 2025 05:07:44 +0900 Subject: Fix taosc 0.0.3.dev2 source checksum --- loftix/synthesis.scm | 13 ++++++------- 1 file 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) -- cgit 1.4.1