* gnu/packages/openstack.scm (python-oslosphinx): Update to 4.9.0. --- gnu/packages/openstack.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index b3e3f08c2..da5b5f7c8 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -553,14 +553,14 @@ in transmittable and storable formats, such as JSON and MessagePack.") (define-public python-oslosphinx (package (name "python-oslosphinx") - (version "4.3.0") + (version "4.9.0") (source (origin (method url-fetch) (uri (pypi-uri "oslosphinx" version)) (sha256 (base32 - "0cz8ym4i1n4rgljlqhyhfkpgdmid7nkb909k8r8nk186m9cmpla2")))) + "1rkpbajacr4misc676ybmj7lsbn0yga40w3ybk3kf5a6l2zyjafd")))) (build-system python-build-system) (propagated-inputs `(("python-requests" ,python-requests)))