gnu: python-markdown: Update to 2.6.7.

* gnu/packages/python.scm (python-markdown): Update to 2.6.7.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-28 23:01:09 +01:00
parent 2ee57340f4
commit 791ac6a68d
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -5862,14 +5862,14 @@ Python.")
(define-public python-markdown (define-public python-markdown
(package (package
(name "python-markdown") (name "python-markdown")
(version "2.6.5") (version "2.6.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Markdown" version)) (uri (pypi-uri "Markdown" version))
(sha256 (sha256
(base32 (base32
"0q758a3fiiawr20b3hhjfs677cwj6xi284yb7xspcvv0fdicz54d")))) "1h055llfd0ps0ig7qb3v1j9068xv90dc9s7xkhkgz9zg8r4g5sys"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases