guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/43: gnu: python-markupsafe: Update to 1.0.


From: Marius Bakke
Subject: 25/43: gnu: python-markupsafe: Update to 1.0.
Date: Tue, 21 Aug 2018 11:25:57 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 9764dac51146dab653c2abf2c7c94832504d2517
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 21 06:08:39 2018 +0200

    gnu: python-markupsafe: Update to 1.0.
    
    * gnu/packages/python.scm (python-markupsafe): Update to 1.0.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a23d85b..1bfcebe 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]