me
/
guix
Archived
1
0
Fork 0

gnu: python-markupsafe: Update to 1.0.

* gnu/packages/python.scm (python-markupsafe): Update to 1.0.
master
Marius Bakke 2018-08-21 06:08:39 +02:00
parent 4750b3a268
commit 9764dac511
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

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")