From c3bd46baec9f52d7598c609d8a7a91571bfe3412 Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Sat, 25 Sep 2021 16:35:59 -0400 Subject: [PATCH] Update dependencies --- .gitignore | 3 ++- lockfile.jdn | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8bac425..a7d4329 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -janet_modules/ +jpm_tree build/ +/tags diff --git a/lockfile.jdn b/lockfile.jdn index 0d80e47..9dee4ff 100644 --- a/lockfile.jdn +++ b/lockfile.jdn @@ -1,5 +1,5 @@ -@[{:sha "e564dba2d7541a5211be399ceaf4755a070cdb13" :repo "https://git.sr.ht/~subsetpark/janet-rl"} - {:sha "5d1bea51664cf2f076ce6ac4786c2fb744f2c02c" :repo "https://github.com/janet-lang/argparse.git"} - {:sha "ce2c6308fdfbd344d2c17b2712f02bbc1fb69bf3" :repo "https://github.com/pyrmont/testament"} - {:sha "bed4177e20050ab65f35664b6e8dfd3cc0cbdfc7" :repo "https://github.com/zenlor/janet-csv.git"} - {:sha "854d1d5cc876f889f1fed7e1c1ad107dac1c9647" :repo "https://git.sr.ht/~subsetpark/fugue"}] +@[{:url "https://git.sr.ht/~subsetpark/janet-rl" :tag "e564dba2d7541a5211be399ceaf4755a070cdb13" :type :git} + {:url "https://github.com/janet-lang/argparse.git" :tag "a18ae94a3c2cfcf2071b1130fd533d0b6b1ee00d" :type :git} + {:url "https://github.com/pyrmont/testament" :tag "7ff23c4b28c1364dd6206cfd483e4c437f289860" :type :git} + {:url "https://github.com/zenlor/janet-csv.git" :tag "bed4177e20050ab65f35664b6e8dfd3cc0cbdfc7" :type :git} + {:url "https://git.sr.ht/~subsetpark/fugue" :tag "55567281ae3786cb21665af0b586b998374f7cea" :type :git}] -- 2.38.5