diff options
Diffstat (limited to 'guix-env.scm')
-rw-r--r-- | guix-env.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-env.scm b/guix-env.scm index ac9e67fc..abbbbc81 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -128,7 +128,7 @@ (native-inputs `(("python-pytest" ,python-pytest))) (propagated-inputs - `(("python-alembic" ,python-alembic-0.6.6) + `(("python-alembic" ,python-alembic) ("python-pytest-xdist" ,python-pytest-xdist) ("python-celery" ,python-celery) ("python-kombu" ,python-kombu) @@ -155,7 +155,7 @@ ("python-six" ,python-six) ("python-sphinx" ,python-sphinx) ("python-docutils" ,python-docutils) - ("python-sqlalchemy" ,python-sqlalchemy-0.9.10) + ("python-sqlalchemy" ,python-sqlalchemy) ("python-unidecode" ,python-unidecode) ("python-werkzeug" ,python-werkzeug) ("python-exif-read" ,python-exif-read) |