gnu: python-markdown: Update to 3.0.1.

* gnu/packages/python.scm (python-markdown): Update to 3.0.1.
[arguments]: Remove.
This commit is contained in:
Marius Bakke 2018-10-22 18:32:41 +02:00
parent 1b50df7d5b
commit 9b9aaa57e3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6028,21 +6028,15 @@ (define-public python2-mistune
(define-public python-markdown
(package
(name "python-markdown")
(version "2.6.11")
(version "3.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Markdown" version))
(sha256
(base32
"108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8"))))
"0z6v8649sr434d5r5zmrhydka7v7f9yas4bwcgkcs0650jdhybnh"))))
(build-system python-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "python" "run-tests.py")))))))
(native-inputs
`(("python-nose" ,python-nose)
("python-pyyaml" ,python-pyyaml)))