1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

Merge branch 'master' into staging

This commit is contained in:
Marius Bakke 2019-01-31 23:32:56 +01:00
commit 0747328e31
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
88 changed files with 16496 additions and 11270 deletions

View file

@ -2093,8 +2093,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"))))