mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-tempest-lib: Update to 0.12.0.
* gnu/packages/openstack.scm (python-tempest-lib): Update to 0.12.0.
This commit is contained in:
parent
690e8c6637
commit
622d21bba9
1 changed files with 2 additions and 2 deletions
|
@ -345,14 +345,14 @@ (define-public python2-stevedore
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue