gnu: python-sqlalchemy: Use PYPI-URI.

* gnu/packages/databases.scm (python-sqlalchemy)[source]: Use PYPI-URI.
This commit is contained in:
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 (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/S/" (uri (pypi-uri "SQLAlchemy" version))
"SQLAlchemy/SQLAlchemy-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"094mmbs4igrxplfyqd59j90jb83ixpbbzqc0w49yw81m82nnjrgg")))) "094mmbs4igrxplfyqd59j90jb83ixpbbzqc0w49yw81m82nnjrgg"))))