guix-commits
[Top][All Lists]
Advanced

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

21/25: gnu: python-markupsafe: Update to 2.1.1.


From: guix-commits
Subject: 21/25: gnu: python-markupsafe: Update to 2.1.1.
Date: Sat, 23 Jul 2022 13:44:50 -0400 (EDT)

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

commit f46d117838ebed353ca160ec47eeae4448fd21ac
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 22 14:51:21 2022 +0200

    gnu: python-markupsafe: Update to 2.1.1.
    
    * gnu/packages/python-xyz.scm (python-markupsafe): Update to 2.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 22c118524d..0ef24da0a2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3938,14 +3938,14 @@ e.g. filters, callbacks and errbacks can all be 
promises.")
 (define-public python-markupsafe
   (package
     (name "python-markupsafe")
-    (version "2.0.1")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "MarkupSafe" version))
        (sha256
         (base32
-         "02k2ynmqvvd0z0gakkf8s4idyb606r7zgga41jrkhqmigy06fk2r"))))
+         "0jqxp5sfrc0byp6bk0gwdmildi4mck2gprp42afri3z4r5y1k4bz"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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