guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: python-mistune: Update to 0.8.4.


From: Marius Bakke
Subject: 01/13: gnu: python-mistune: Update to 0.8.4.
Date: Mon, 22 Oct 2018 17:02:52 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b45688313b525a8c590136adb62624d109ee73c4
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 21 23:38:29 2018 +0200

    gnu: python-mistune: Update to 0.8.4.
    
    * gnu/packages/python.scm (python-mistune): Update to 0.8.4.
---
 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 9c74922..d189438 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6004,14 +6004,14 @@ plugins that intend to support Flake8 2.x and 3.x 
simultaneously.")
 (define-public python-mistune
   (package
     (name "python-mistune")
-    (version "0.8.3")
+    (version "0.8.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mistune" version))
        (sha256
         (base32
-         "06b662p6kf46wh2jsabaqhaq4bz1srh2zxkrnx4yg96azlxw645w"))))
+         "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-nose" ,python-nose)



reply via email to

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