mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: python-markupsafe: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-markupsafe)[source]: Use PYPI-URI.
This commit is contained in:
parent
786ccb87f0
commit
5182927c44
1 changed files with 1 additions and 3 deletions
|
@ -2062,9 +2062,7 @@ (define-public python-markupsafe
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "MarkupSafe" version))
|
||||||
"https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6"))))
|
"0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6"))))
|
||||||
|
|
Loading…
Reference in a new issue