3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

View file

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