mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sqlalchemy-2: Update to 2.0.36.
* gnu/packages/databases.scm (python-sqlalchemy-2): Update to 2.0.36. Change-Id: If290390a508f62a71770387a575efe379f171ff6
This commit is contained in:
parent
3baa108cde
commit
f6f3d8a76e
1 changed files with 3 additions and 3 deletions
|
@ -3666,13 +3666,13 @@ simple and Pythonic domain language.")
|
|||
(define-public python-sqlalchemy-2
|
||||
(package
|
||||
(name "python-sqlalchemy")
|
||||
(version "2.0.27")
|
||||
(version "2.0.36")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "SQLAlchemy" version))
|
||||
(uri (pypi-uri "sqlalchemy" version))
|
||||
(sha256
|
||||
(base32 "1y1l4lwhvgs7ivwhcp4vljjdsaha77x9859kz65virhzlxlyv9l6"))))
|
||||
(base32 "1i99kgm8hc38iffgp3wdbixpdc5jfjklabh8lyp9h8vd1dl6f9vz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest))
|
||||
(propagated-inputs (list python-typing-extensions))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue