guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612, 1687


From: Leo Famulari
Subject: 02/02: gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612, 16876}].
Date: Wed, 3 Jan 2018 00:39:40 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit a684e38d73964f9694be0ef2ae796fdb8a40075e
Author: Leo Famulari <address@hidden>
Date:   Tue Jan 2 21:46:28 2018 -0500

    gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].
    
    * gnu/packages/python.scm (python-mistune, python2-mistune): Update to 
0.8.3.
---
 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 07302c7..832afe8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5381,14 +5381,14 @@ plugins that intend to support Flake8 2.x and 3.x 
simultaneously.")
 (define-public python-mistune
   (package
     (name "python-mistune")
-    (version "0.7.3")
+    (version "0.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mistune" version))
        (sha256
         (base32
-         "04xpk1zvslhq3xpnf01g3ag0dy9wfv4z28p093r8k49vvxlyil11"))))
+         "06b662p6kf46wh2jsabaqhaq4bz1srh2zxkrnx4yg96azlxw645w"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-nose" ,python-nose)



reply via email to

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