mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-alembic: Update to 1.7.1.
* gnu/packages/databases.scm (python-alembic): Update to 1.7.1. [propagated-inputs]: Add PYTHON-IMPORTLIB-RESOURCES.
This commit is contained in:
parent
1e23004463
commit
9be916aaaf
1 changed files with 3 additions and 2 deletions
|
@ -3097,13 +3097,13 @@ this library provides functions to facilitate such comparisons.")
|
||||||
(define-public python-alembic
|
(define-public python-alembic
|
||||||
(package
|
(package
|
||||||
(name "python-alembic")
|
(name "python-alembic")
|
||||||
(version "1.4.3")
|
(version "1.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "alembic" version))
|
(uri (pypi-uri "alembic" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0if2dgb088clk738p26bwk50735h6jpd2kacdgc5capv2hiz6d2k"))))
|
(base32 "1ys0a44gh544xpbzz6r5xvz3msim74f9qklyfnw0bhn9vk9n9adf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
@ -3115,6 +3115,7 @@ this library provides functions to facilitate such comparisons.")
|
||||||
("python-pytest-cov" ,python-pytest-cov)))
|
("python-pytest-cov" ,python-pytest-cov)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-dateutil" ,python-dateutil)
|
`(("python-dateutil" ,python-dateutil)
|
||||||
|
("python-importlib-resources" ,python-importlib-resources) ;Python < 3.9
|
||||||
("python-sqlalchemy" ,python-sqlalchemy)
|
("python-sqlalchemy" ,python-sqlalchemy)
|
||||||
("python-mako" ,python-mako)
|
("python-mako" ,python-mako)
|
||||||
("python-editor" ,python-editor)))
|
("python-editor" ,python-editor)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue