~ruther/guix-local

eff8d773d65d031e67f492c790de3b4b48549883 — Tobias Geerinckx-Rice 9 years ago 911a8fa
gnu: python-mistune: Fix source URI.

* gnu/packages/python.scm (python-mistune)[source]: Use pypi-uri.
1 files changed, 1 insertions(+), 4 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -4
@@ 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"))))