mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: python-alembic: Update to 1.7.5.
* gnu/packages/databases.scm (python-alembic): Update to 1.7.5. [propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES.
This commit is contained in:
parent
d801827b84
commit
eb8619a5a6
1 changed files with 2 additions and 3 deletions
|
@ -3237,13 +3237,13 @@ (define-public python-alchemy-mock
|
|||
(define-public python-alembic
|
||||
(package
|
||||
(name "python-alembic")
|
||||
(version "1.7.1")
|
||||
(version "1.7.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "alembic" version))
|
||||
(sha256
|
||||
(base32 "1ys0a44gh544xpbzz6r5xvz3msim74f9qklyfnw0bhn9vk9n9adf"))))
|
||||
(base32 "0lxi2g2025lz5k7k5dd5fc1lfijqi2yw6qqyjzp073z6laa8cckw"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
|
@ -3255,7 +3255,6 @@ (define-public python-alembic
|
|||
("python-pytest-cov" ,python-pytest-cov)))
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil)
|
||||
("python-importlib-resources" ,python-importlib-resources) ;Python < 3.9
|
||||
("python-sqlalchemy" ,python-sqlalchemy)
|
||||
("python-mako" ,python-mako)
|
||||
("python-editor" ,python-editor)))
|
||||
|
|
Loading…
Reference in a new issue