mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: python-mando: Update to 0.7.1.
* gnu/packages/python-xyz.scm (python-mando): Update to 0.7.1. [arguments]: Override check phase.
This commit is contained in:
parent
46cb02c7cb
commit
faea55669f
1 changed files with 9 additions and 2 deletions
|
@ -19503,14 +19503,21 @@ (define-public python-mamba
|
|||
(define-public python-mando
|
||||
(package
|
||||
(name "python-mando")
|
||||
(version "0.6.4")
|
||||
(version "0.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "mando" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q6rl085q1hw1wic52pqfndr0x3nirbxnhqj9akdm5zhq2fv3zkr"))))
|
||||
"001mikga36i811pbc95rb45m2kzivkx4xb0fn3pzl4xnnjcskfhq"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest" "-vv")))))))
|
||||
(propagated-inputs
|
||||
(list python-rst2ansi python-six))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue