gnu: python-os-testr: Update to 0.5.0.
* gnu/packages/openstack.scm (python-os-testr): Update to 0.5.0.
This commit is contained in:
parent
45f4c28d80
commit
4768988887
|
@ -202,14 +202,14 @@ tested on Python version 3.2, 2.7 and 2.6.")
|
||||||
(define-public python-os-testr
|
(define-public python-os-testr
|
||||||
(package
|
(package
|
||||||
(name "python-os-testr")
|
(name "python-os-testr")
|
||||||
(version "0.4.2")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "os-testr" version))
|
(uri (pypi-uri "os-testr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0474z0mxb7y3vfk4s097wf1mzji5d135vh27cvlh9q17rq3x9r3w"))))
|
"0bv03wnmvxhyi8y08hjh9clxrwqc2251529v4kh5khvca0fsbqdp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; os-testr uses itself to run the tests. It seems like pbr writes the
|
;; os-testr uses itself to run the tests. It seems like pbr writes the
|
||||||
|
|
Loading…
Reference in New Issue