mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sqlalchemy: Use PYPI-URI.
* gnu/packages/databases.scm (python-sqlalchemy)[source]: Use PYPI-URI.
This commit is contained in:
parent
7d4dae6a8d
commit
aeec4a8fc1
1 changed files with 1 additions and 2 deletions
|
@ -2090,8 +2090,7 @@ Database API 2.0T.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pypi.python.org/packages/source/S/"
|
||||
"SQLAlchemy/SQLAlchemy-" version ".tar.gz"))
|
||||
(uri (pypi-uri "SQLAlchemy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"094mmbs4igrxplfyqd59j90jb83ixpbbzqc0w49yw81m82nnjrgg"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue