diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-16 01:10:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-17 16:37:21 +0100 |
commit | 9b62a6c5eb5409cd7f3c19fad10468e631353836 (patch) | |
tree | fd315408432f1501dc9e8b07896b4a88d2c24975 | |
parent | e4da20ecd82dba88287a60147987e19529f6567b (diff) | |
download | guix-9b62a6c5eb5409cd7f3c19fad10468e631353836.tar guix-9b62a6c5eb5409cd7f3c19fad10468e631353836.tar.gz |
gnu: python-oslotest: Update to 3.3.0.
* gnu/packages/openstack.scm (python-oslotest): Update to 3.3.0.
-rw-r--r-- | gnu/packages/openstack.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index f0147bab59..c1380a1af5 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -646,14 +646,14 @@ from the OpenStack project.") (define-public python-oslotest (package (name "python-oslotest") - (version "3.2.0") + (version "3.3.0") (source (origin (method url-fetch) (uri (pypi-uri "oslotest" version)) (sha256 (base32 - "1xay6wjxzqm4bg87fahqas84dhvhgf1gghzldkcczsfx897mqdkh")))) + "006i73w8kbc9s0av2v5mbni6mnkb91c2nq17wa0lz7bwk5zss992")))) (build-system python-build-system) (propagated-inputs `(("python-fixtures" ,python-fixtures) |