mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 3 deletions
|
@ -5618,9 +5618,7 @@ (define-public python-ptyprocess
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "ptyprocess" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ra31k10v3629xq0kdn8lwmfbi97anmk48r03yvh7mks0kq96hg6"))))
|
||||
|
|
Loading…
Reference in a new issue