mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-lockfile: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-lockfile)[source]: Use PYPI-URI.
This commit is contained in:
parent
2c1f0d09c2
commit
8318bf0740
1 changed files with 1 additions and 2 deletions
|
@ -528,8 +528,7 @@ to users of that module.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/l/lockfile/"
|
(uri (pypi-uri "lockfile" version))
|
||||||
"lockfile-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16gpx5hm73ah5n1079ng0vy381hl802v606npkx4x8nb0gg05vba"))))
|
"16gpx5hm73ah5n1079ng0vy381hl802v606npkx4x8nb0gg05vba"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue