Use named package for update-nim-package-version.

This commit is contained in:
Jonathan Bernard 2025-03-07 04:11:50 -06:00
parent f43ac66e44
commit 03b1d901ee

View File

@ -16,9 +16,8 @@ requires @[
"docopt >= 0.6.8", "docopt >= 0.6.8",
"filetype", "filetype",
"zero_functional", "zero_functional",
"update-nim-package-version"
"https://git.jdb-software.com/jdb/update-nim-package-version"
] ]
task updateVersion, "Update the version of this package.": task updateVersion, "Update the version of this package.":
exec "update_nim_package_version data_uri 'src/data_uripkg/version.nim'" exec "update_nim_package_version data_uri 'src/data_uripkg/version.nim'"