1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

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

View File

@@ -6028,21 +6028,15 @@ Python.")
(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)))