diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 06:08:39 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 17:24:29 +0200 |
commit | 9764dac51146dab653c2abf2c7c94832504d2517 (patch) | |
tree | 2ead889f2ba886d4c3921b035c980bfb7ffadabf /gnu | |
parent | 4750b3a268ed511fd50e6b348a1a81b5f76b5a40 (diff) |
gnu: python-markupsafe: Update to 1.0.
* gnu/packages/python.scm (python-markupsafe): Update to 1.0.
Diffstat (limited to 'gnu')
-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 a23d85ba21..1bfcebe914 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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") |