gnu: python-lockfile: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-lockfile)[source]: Use PYPI-URI.
master
Ricardo Wurmus 2019-01-28 12:05:59 +01:00
parent 2c1f0d09c2
commit 8318bf0740
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -528,8 +528,7 @@ to users of that module.")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/l/lockfile/"
"lockfile-" version ".tar.gz"))
(uri (pypi-uri "lockfile" version))
(sha256
(base32
"16gpx5hm73ah5n1079ng0vy381hl802v606npkx4x8nb0gg05vba"))))