diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-30 20:09:54 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-30 23:16:09 +0200 |
commit | 47689888871eb6623ef61d0c418bd129903de27c (patch) | |
tree | b1763c198d1f1ec2d8b35525730c5cb74358af9b /gnu/packages/openstack.scm | |
parent | 45f4c28d80a81b681f5e2a72a485e2efe05729df (diff) | |
download | guix-47689888871eb6623ef61d0c418bd129903de27c.tar guix-47689888871eb6623ef61d0c418bd129903de27c.tar.gz |
gnu: python-os-testr: Update to 0.5.0.
* gnu/packages/openstack.scm (python-os-testr): Update to 0.5.0.
Diffstat (limited to 'gnu/packages/openstack.scm')
-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 956a4deaec..accea95482 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -202,14 +202,14 @@ tested on Python version 3.2, 2.7 and 2.6.") (define-public python-os-testr (package (name "python-os-testr") - (version "0.4.2") + (version "0.5.0") (source (origin (method url-fetch) (uri (pypi-uri "os-testr" version)) (sha256 (base32 - "0474z0mxb7y3vfk4s097wf1mzji5d135vh27cvlh9q17rq3x9r3w")))) + "0bv03wnmvxhyi8y08hjh9clxrwqc2251529v4kh5khvca0fsbqdp")))) (build-system python-build-system) (arguments ;; os-testr uses itself to run the tests. It seems like pbr writes the |