1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: python-markupsafe: Update to 1.0.

* gnu/packages/python.scm (python-markupsafe): Update to 1.0.
This commit is contained in:
Marius Bakke
2018-08-21 06:08:39 +02:00
parent 4750b3a268
commit 9764dac511
+2 -2
View File
@@ -2193,7 +2193,7 @@ object.")
(define-public python-markupsafe
(package
(name "python-markupsafe")
(version "0.23")
(version "1.0")
(source
(origin
(method url-fetch)
@@ -2202,7 +2202,7 @@ object.")
version ".tar.gz"))
(sha256
(base32
"1hvip33wva3fnmvfp9x5klqri7hpl1hkgqmjbss18nmrb7zimv54"))))
"0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6"))))
(build-system python-build-system)
(home-page "https://github.com/mitsuhiko/markupsafe")
(synopsis "XML/HTML/XHTML markup safe string implementation for Python")