Update alembic to 1.8.7 (#5517)

pull/5524/head
ruki 1 month ago committed by GitHub
parent 667c47fa3c
commit 6cb000d329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/a/alembic/xmake.lua

@ -6,6 +6,7 @@ package("alembic")
add_urls("https://github.com/alembic/alembic/archive/refs/tags/$(version).tar.gz", add_urls("https://github.com/alembic/alembic/archive/refs/tags/$(version).tar.gz",
"https://github.com/alembic/alembic.git") "https://github.com/alembic/alembic.git")
add_versions("1.8.7", "6de0b97cd14dcfb7b2d0d788c951b6da3c5b336c47322ea881d64f18575c33da")
add_versions("1.8.6", "c572ebdea3a5f0ce13774dd1fceb5b5815265cd1b29d142cf8c144b03c131c8c") add_versions("1.8.6", "c572ebdea3a5f0ce13774dd1fceb5b5815265cd1b29d142cf8c144b03c131c8c")
add_versions("1.8.5", "180a12f08d391cd89f021f279dbe3b5423b1db751a9898540c8059a45825c2e9") add_versions("1.8.5", "180a12f08d391cd89f021f279dbe3b5423b1db751a9898540c8059a45825c2e9")

Loading…
Cancel
Save