gnu: python-markdown: Update to 2.6.11.

* gnu/packages/python.scm (python-markdown): Update to 2.6.11.
master
Tobias Geerinckx-Rice 2018-03-10 16:53:54 +01:00
parent b9d8472123
commit 0fe2273506
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5580,14 +5580,14 @@ Python.")
(define-public python-markdown
(package
(name "python-markdown")
(version "2.6.8")
(version "2.6.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Markdown" version))
(sha256
(base32
"0cqfhr1km2s5d8jm6hbwgkrrj9hvkjf2gab3s2axlrw1clgaij0a"))))
"108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8"))))
(build-system python-build-system)
(arguments
`(#:phases