diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-28 23:01:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-29 02:38:20 +0100 |
commit | 791ac6a68d1e4bc80f4760cd968cb6c26dbab9ba (patch) | |
tree | 0d7520b58d865ddbadf5b029ac045f426b37b777 /gnu/packages | |
parent | 2ee57340f4d9d3a5fd35d54d5441ea5a096612fa (diff) |
gnu: python-markdown: Update to 2.6.7.
* gnu/packages/python.scm (python-markdown): Update to 2.6.7.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index bfcdfc6541..451cd62c15 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |