gnu: python-rednose: Update to 1.2.3.
* gnu/packages/check.scm (python-rednose): Update to 1.2.3.
This commit is contained in:
parent
8c2781f005
commit
a431b03500
|
@ -1591,24 +1591,15 @@ JSON APIs with Behave.")
|
||||||
(define-public python-rednose
|
(define-public python-rednose
|
||||||
(package
|
(package
|
||||||
(name "python-rednose")
|
(name "python-rednose")
|
||||||
(version "1.2.1")
|
(version "1.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rednose" version))
|
(uri (pypi-uri "rednose" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b0bsna217lr1nykyhl5fgjly15zhdvqd4prg4wy1zrgfv7al6m0"))))
|
"11x5nx5b4wdq04s7vj1gcdl07jvvkfb37p0r5lg773gr5rr8mj6h"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'fix-deps
|
|
||||||
(lambda _
|
|
||||||
;; See <https://github.com/JBKahn/rednose/issues/12>
|
|
||||||
(substitute* "setup.py"
|
|
||||||
(("python-termstyle") "termstyle"))
|
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-colorama" ,python-colorama)
|
`(("python-colorama" ,python-colorama)
|
||||||
("python-termstyle" ,python-termstyle)))
|
("python-termstyle" ,python-termstyle)))
|
||||||
|
|
Loading…
Reference in New Issue