gnu: python-markdown: Update to 2.6.7.
* gnu/packages/python.scm (python-markdown): Update to 2.6.7.
This commit is contained in:
parent
2ee57340f4
commit
791ac6a68d
1 changed files with 2 additions and 2 deletions
|
@ -5862,14 +5862,14 @@ (define-public python2-mistune
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue