gnu: python-ptyprocess: Update source URL.
* gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.
This commit is contained in:
parent
576e0ae495
commit
8c4bd04c86
|
@ -5618,9 +5618,7 @@ markdown_py is also provided to convert Markdown files to HTML.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "ptyprocess" version))
|
||||||
"https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ra31k10v3629xq0kdn8lwmfbi97anmk48r03yvh7mks0kq96hg6"))))
|
"0ra31k10v3629xq0kdn8lwmfbi97anmk48r03yvh7mks0kq96hg6"))))
|
||||||
|
|
Loading…
Reference in New Issue