mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-cmarkgfm: Update to 2022.10.27.
* gnu/packages/markup.scm (python-cmarkgfm): Update to 2022.10.27. [arguments]: Remove obsolete phase.
This commit is contained in:
parent
36821b23b7
commit
be44b00337
1 changed files with 2 additions and 9 deletions
|
@ -253,13 +253,13 @@ (define-public perl-text-markdown-discount
|
|||
(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 @@ (define-public python-cmarkgfm
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue