[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: python-markdown: Update to 3.1.1.
From: |
guix-commits |
Subject: |
10/11: gnu: python-markdown: Update to 3.1.1. |
Date: |
Fri, 24 May 2019 16:50:55 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit ceb1936aa40f1334946d69a7523d1e5480c32b48
Author: Marius Bakke <address@hidden>
Date: Fri May 24 20:54:02 2019 +0200
gnu: python-markdown: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-markdown): Update to 3.1.1.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7e180bf..f8bfdc5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6283,14 +6283,14 @@ Python.")
(define-public python-markdown
(package
(name "python-markdown")
- (version "3.1")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Markdown" version))
(sha256
(base32
- "0l62x154r9mgdvfap06gf0nkrmjd7xixlfshsxcdif2nlrlnyjpw"))))
+ "0yhylk4ffqqs7x086fav4pnfsl1021v7lghznzkififprmmqfl1f"))))
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)
- branch master updated (66fbffd -> dbe5332), guix-commits, 2019/05/24
- 10/11: gnu: python-markdown: Update to 3.1.1.,
guix-commits <=
- 02/11: gnu: Move Sphinx and friends to (gnu packages sphinx)., guix-commits, 2019/05/24
- 11/11: gnu: help2man: Update to 1.47.10., guix-commits, 2019/05/24
- 08/11: gnu: Add python-sphinxcontrib-qthelp., guix-commits, 2019/05/24
- 07/11: gnu: Add python-sphinxcontrib-htmlhelp., guix-commits, 2019/05/24
- 09/11: gnu: perl: Update home page., guix-commits, 2019/05/24
- 05/11: gnu: Add python-sphinxcontrib-devhelp., guix-commits, 2019/05/24
- 06/11: gnu: Add python-sphinxcontrib-jsmath., guix-commits, 2019/05/24
- 04/11: gnu: Add python-sphinxcontrib-applehelp., guix-commits, 2019/05/24
- 03/11: gnu: Add python-sphinxcontrib-serializinghtml., guix-commits, 2019/05/24
- 01/11: gnu: postgresql: Replace with 10.8 [security fixes]., guix-commits, 2019/05/24