unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35954] [PATCH] gnu: python-markupsafe: Update to 1.1.1
@ 2019-05-28 12:41 h.nasajpour
  2019-05-28 19:45 ` Danny Milosavljevic
  0 siblings, 1 reply; 6+ messages in thread
From: h.nasajpour @ 2019-05-28 12:41 UTC (permalink / raw)
  To: 35954; +Cc: h.nasajpour

* gnu/packages/python-xyz.scm (python-markupsafe): Update to 1.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 5d0e57d082..c8401d1641 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2298,14 +2298,14 @@ e.g. filters, callbacks and errbacks can all be promises.")
 (define-public python-markupsafe
   (package
     (name "python-markupsafe")
-    (version "1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "MarkupSafe" version))
        (sha256
         (base32
-         "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6"))))
+         "0sqipg4fk7xbixqd8kq6rlkxj664d157bdwbh93farcphf92x1r9"))))
     (build-system python-build-system)
     (home-page "https://github.com/mitsuhiko/markupsafe")
     (synopsis "XML/HTML/XHTML markup safe string implementation for Python")
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-10  6:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 12:41 [bug#35954] [PATCH] gnu: python-markupsafe: Update to 1.1.1 h.nasajpour
2019-05-28 19:45 ` Danny Milosavljevic
2019-05-29  0:57   ` Hamzeh Nasajpour
2019-05-29  0:58     ` Hamzeh Nasajpour
2019-07-29  6:49       ` Hamzeh Nasajpour
2019-12-10  6:23         ` bug#35954: " Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).