mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mistune: Fix source URI.
* gnu/packages/python.scm (python-mistune)[source]: Use pypi-uri.
This commit is contained in:
parent
911a8fafb2
commit
eff8d773d6
1 changed files with 1 additions and 4 deletions
|
@ -6000,10 +6000,7 @@ complexity of Python source code.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/m/mistune/mistune-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(uri (pypi-uri "mistune" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04xpk1zvslhq3xpnf01g3ag0dy9wfv4z28p093r8k49vvxlyil11"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue