gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].
authorLeo Famulari <leo@famulari.name>
Wed, 3 Jan 2018 02:46:28 +0000 (21:46 -0500)
committerLeo Famulari <leo@famulari.name>
Wed, 3 Jan 2018 05:34:04 +0000 (00:34 -0500)
* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3.

gnu/packages/python.scm

index 07302c7..832afe8 100644 (file)
@@ -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)