gnu: python-markdown: Update to 2.6.8.

* gnu/packages/python.scm (python-markdown): Update to 2.6.8.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-31 01:32:49 +01:00
parent 2d431b0130
commit 4ffbe8c6d7
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -6503,14 +6503,14 @@ (define-public python2-mistune
(define-public python-markdown
(package
(name "python-markdown")
(version "2.6.7")
(version "2.6.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Markdown" version))
(sha256
(base32
"1h055llfd0ps0ig7qb3v1j9068xv90dc9s7xkhkgz9zg8r4g5sys"))))
"0cqfhr1km2s5d8jm6hbwgkrrj9hvkjf2gab3s2axlrw1clgaij0a"))))
(build-system python-build-system)
(arguments
`(#:phases