~ruther/guix-local

4ffbe8c6d79aefb9c0f8021973cf44170945e9e4 — Tobias Geerinckx-Rice 9 years ago 2d431b0
gnu: python-markdown: Update to 2.6.8.

* gnu/packages/python.scm (python-markdown): Update to 2.6.8.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 6503,14 6503,14 @@ Python.")
(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