mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sqlalchemy: Remove 1.3.
* gnu/packages/databases.scm (python-sqlalchemy-1.3): Remove variable.
This commit is contained in:
parent
60bcbfba14
commit
a1f487eba7
1 changed files with 0 additions and 12 deletions
|
@ -3058,18 +3058,6 @@ designed for efficient and high-performing database access, adapted into a
|
||||||
simple and Pythonic domain language.")
|
simple and Pythonic domain language.")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
(define-public python-sqlalchemy-1.3
|
|
||||||
(package
|
|
||||||
(inherit python-sqlalchemy)
|
|
||||||
(version "1.3.20")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "SQLAlchemy" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "18b9am7bsqc4nj3d2h5r93i002apczxfvpfpcqbd6f0385zmrwnj"))))
|
|
||||||
(propagated-inputs '())))
|
|
||||||
|
|
||||||
(define-public python2-sqlalchemy
|
(define-public python2-sqlalchemy
|
||||||
(package-with-python2 python-sqlalchemy))
|
(package-with-python2 python-sqlalchemy))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue