gnu: python-tempest-lib: Update to 0.12.0.

* gnu/packages/openstack.scm (python-tempest-lib): Update to 0.12.0.
master
Efraim Flashner 2015-12-30 19:50:48 +02:00
parent 690e8c6637
commit 622d21bba9
1 changed files with 2 additions and 2 deletions

View File

@ -345,14 +345,14 @@ extensions.")
(define-public python-tempest-lib
(package
(name "python-tempest-lib")
(version "0.11.0")
(version "0.12.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tempest-lib" version))
(sha256
(base32
"1q4wpqcg0yv99mr5gc43wsfirlqdjz90npyghy3mn5f6lby2yikg"))))
"0f15wxk394cb2kw34krpxq8mvy1rxw0lnl5wfiv14cq1s1fm9cjd"))))
(build-system python-build-system)
(arguments
`(#:phases