diff --git a/lock.json b/lock.json index c5bf067..c4de141 100644 --- a/lock.json +++ b/lock.json @@ -55,6 +55,23 @@ "srcDir": "", "url": "https://github.com/ehmry/hashlib/archive/f9455d4be988e14e3dc7933eb7cc7d7c4820b7ac.tar.gz" }, + { + "date": "2024-04-22T13:22:01+02:00", + "deepClone": false, + "fetchLFS": false, + "fetchSubmodules": true, + "hash": "sha256-ROpWQYIhgDRJAOJd1dAGkJCVxI2Tz8xoHYjLTQDfXaA=", + "leaveDotGit": false, + "method": "git", + "packages": [ + "preserves" + ], + "path": "/nix/store/ichqy1plhjd6yql7y3dh540cshq07xv7-preserves-nim", + "rev": "fd498c6457cb9ad2f3179daa40da69eec00326dd", + "sha256": "182xvw04vjw83mlcrkwkip29b44h0v8dapg2014k9011h90mdsj4", + "srcDir": "src", + "url": "https://git.syndicate-lang.org/ehmry/preserves-nim.git" + }, { "method": "fetchzip", "packages": [ @@ -77,17 +94,6 @@ "srcDir": "src", "url": "https://github.com/zevv/npeg/archive/ec0cc6e64ea4c62d2aa382b176a4838474238f8d.tar.gz" }, - { - "method": "fetchzip", - "packages": [ - "preserves" - ], - "path": "/nix/store/2hy124xgabz134dxj3wji7mp47fdwy3w-source", - "rev": "9ae435a83c6d5028405538af5d24a023af625b6e", - "sha256": "1k7ywcp1a53x2fpc6wc2b0qzb264dkifash0s1wcp66rw3lx15k2", - "srcDir": "src", - "url": "https://git.syndicate-lang.org/ehmry/preserves-nim/archive/9ae435a83c6d5028405538af5d24a023af625b6e.tar.gz" - }, { "method": "fetchzip", "packages": [ diff --git a/syndicate.nimble b/syndicate.nimble index bafb831..eae950e 100644 --- a/syndicate.nimble +++ b/syndicate.nimble @@ -1,6 +1,6 @@ # Package -version = "20240421" +version = "20240422" author = "Emery Hemingway" description = "Syndicated actors for conversational concurrency" license = "Unlicense" @@ -9,4 +9,4 @@ srcDir = "src" # Dependencies -requires "https://github.com/ehmry/hashlib.git >= 20231130", "nim >= 2.0.0", "https://git.syndicate-lang.org/ehmry/preserves-nim.git >= 20240312", "https://github.com/ehmry/nim-sys.git#4ef3b624db86e331ba334e705c1aa235d55b05e1", "https://git.sr.ht/~ehmry/nim_taps >= 20240405" +requires "https://github.com/ehmry/hashlib.git >= 20231130", "nim >= 2.0.0", "https://git.syndicate-lang.org/ehmry/preserves-nim.git >= 20240422", "https://github.com/ehmry/nim-sys.git#4ef3b624db86e331ba334e705c1aa235d55b05e1", "https://git.sr.ht/~ehmry/nim_taps >= 20240405"