1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: python-alembic: Use python-sqlalchemy-2.

* gnu/packages/databases.scm (python-alembic)[propagated-inputs]:
Replace python-sqlalchemy with python-sqlalchemy-2.

Change-Id: I49ad961eac3bcba5eaee05083e5299f17a8fae33
This commit is contained in:
宋文武 2025-01-15 14:26:02 +08:00 committed by Ricardo Wurmus
parent f0c5c4ee9b
commit 5e1e8bc10d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4079,7 +4079,7 @@ this library provides functions to facilitate such comparisons.")
(list python-dateutil
python-editor
python-mako
python-sqlalchemy
python-sqlalchemy-2
python-typing-extensions))
(home-page "https://bitbucket.org/zzzeek/alembic")
(synopsis "Database migration tool for SQLAlchemy")