gnu: python2-coverage-test-runner: Update to 1.15.
* gnu/packages/check.scm (python2-coverage-test-runner): Update to 1.15.
This commit is contained in:
parent
e516a9c258
commit
6a46a06ce4
|
@ -1617,7 +1617,7 @@ failures.")
|
||||||
(define-public python2-coverage-test-runner
|
(define-public python2-coverage-test-runner
|
||||||
(package
|
(package
|
||||||
(name "python2-coverage-test-runner")
|
(name "python2-coverage-test-runner")
|
||||||
(version "1.11")
|
(version "1.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1627,7 +1627,7 @@ failures.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y1m7z3dl63kmhcmydl1mwg0hacnf6ghrx9dah17j9iasssfa3g7"))))
|
"1kjjb9llckycnfxag8zcvqsn4z1s3dwyw6b1n0avxydihgf30rny"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
|
|
Loading…
Reference in New Issue