gnu: python-sqlalchemy: Use PYPI-URI.

* gnu/packages/databases.scm (python-sqlalchemy)[source]: Use PYPI-URI.
master
Ricardo Wurmus 2019-01-25 23:18:55 +01:00
parent 7d4dae6a8d
commit aeec4a8fc1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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"))))