From 94e5802f594a73245fce0fbd885103b8bf210d57 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 2 Dec 2022 19:33:00 -0400 Subject: Added some simple time-series handling machinery. --- stdlib/source/program/aedifex/package.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source/program/aedifex/package.lux') diff --git a/stdlib/source/program/aedifex/package.lux b/stdlib/source/program/aedifex/package.lux index ace318f61..3b3e4b71f 100644 --- a/stdlib/source/program/aedifex/package.lux +++ b/stdlib/source/program/aedifex/package.lux @@ -53,7 +53,7 @@ #library [library {//status.#Verified (//hash.sha1 library) (//hash.md5 library)}] - #pom (let [binary_pom (|> pom (at xml.codec encoded) (at utf8.codec encoded))] + #pom (let [binary_pom (|> pom (of xml.codec encoded) (of utf8.codec encoded))] [pom binary_pom {//status.#Verified (//hash.sha1 binary_pom) -- cgit v1.2.3