guix-commits
[Top][All Lists]
Advanced

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

42/55: gnu: python-cmarkgfm: Update to 2022.10.27.


From: guix-commits
Subject: 42/55: gnu: python-cmarkgfm: Update to 2022.10.27.
Date: Thu, 21 Sep 2023 13:31:39 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit be44b0033716f32fec9242d0ebe7d048a998d417
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 11 17:16:09 2023 +0800

    gnu: python-cmarkgfm: Update to 2022.10.27.
    
    * gnu/packages/markup.scm (python-cmarkgfm): Update to 2022.10.27.
    [arguments]: Remove obsolete phase.
---
 gnu/packages/markup.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index cdd9891352..6cb54d0d8f 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -253,13 +253,13 @@ implementation.
 (define-public python-cmarkgfm
   (package
     (name "python-cmarkgfm")
-    (version "0.8.0")
+    (version "2022.10.27")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "cmarkgfm" version))
               (sha256
                (base32
-                "1jxk9cdir4q1bpjla7b7y1qfjmr7mkd0f802b2sb88njk079p1gy"))
+                "16875bazqd7p7qiky343w0fzasqziyvf72nipyh1r47a2rvsrnck"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -270,13 +270,6 @@ implementation.
     (arguments
      (list #:phases
            #~(modify-phases %standard-phases
-               (add-after 'unpack 'relax-requirements
-                 (lambda _
-                   ;; Don't depend on bleeding-edge CFFI, as it is
-                   ;; apparently only needed for Python >= 3.10.
-                   (substitute* "setup.py"
-                     (("cffi>=1\\.15\\.0")
-                      "cffi>=1.0"))))
                (add-after 'unpack 'copy-cmark-gfm
                  (lambda _
                    ;; This package needs the cmark-gfm source files



reply via email to

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