alembic: add v1.8.5 (#37315)

This commit is contained in:
Alec Scott 2023-05-01 20:05:33 -07:00 committed by GitHub
parent 378aa835f8
commit 409bba7cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class Alembic(CMakePackage):
homepage = "https://www.alembic.io"
url = "https://github.com/alembic/alembic/archive/1.7.16.tar.gz"
version("1.8.5", sha256="180a12f08d391cd89f021f279dbe3b5423b1db751a9898540c8059a45825c2e9")
version("1.7.16", sha256="2529586c89459af34d27a36ab114ad1d43dafd44061e65cfcfc73b7457379e7c")
variant("python", default=False, description="Python support")