guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: python-markdown: Update to 3.0.1.


From: Marius Bakke
Subject: 11/13: gnu: python-markdown: Update to 3.0.1.
Date: Mon, 22 Oct 2018 17:02:54 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9b9aaa57e3bf8e75305b557e79b79f90e4fb331c
Author: Marius Bakke <address@hidden>
Date:   Mon Oct 22 18:32:41 2018 +0200

    gnu: python-markdown: Update to 3.0.1.
    
    * gnu/packages/python.scm (python-markdown): Update to 3.0.1.
    [arguments]: Remove.
---
 gnu/packages/python.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b95774e..7e2082e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6028,21 +6028,15 @@ Python.")
 (define-public python-markdown
   (package
     (name "python-markdown")
-    (version "2.6.11")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Markdown" version))
        (sha256
         (base32
-         "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8"))))
+         "0z6v8649sr434d5r5zmrhydka7v7f9yas4bwcgkcs0650jdhybnh"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-                  (lambda _
-                    (zero? (system* "python" "run-tests.py")))))))
     (native-inputs
      `(("python-nose" ,python-nose)
        ("python-pyyaml" ,python-pyyaml)))



reply via email to

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