gnu: python-uqbar: Update to 0.5.6.

* gnu/packages/graphviz.scm (python-uqbar): Update to 0.5.6.
[arguments]: Update setup.py version requirements.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
jgart 2021-10-03 15:07:00 -04:00 committed by Efraim Flashner
parent 6ac237d87b
commit 69d7efbf99
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -258,7 +258,7 @@ (define-public python2-pygraphviz
(define-public python-uqbar
(package
(name "python-uqbar")
(version "0.5.1")
(version "0.5.6")
(source
(origin
(method git-fetch)
@ -268,7 +268,7 @@ (define-public python-uqbar
(file-name (git-file-name name version))
(sha256
(base32
"0413nyhd8z8v3lvsgaghhafnyxg90fi1q80j1kbl21gpmpnc9a7n"))))
"1ml3x2mf7nlnvrh9lari5yk0sz2mmg39jwsbjxnpzhnw4kcwpdrs"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -277,8 +277,8 @@ (define-public python-uqbar
(lambda _
(substitute* "setup.py"
;; Latest versions of sphink-rtd-theme require npm to build.
(("sphinx-rtd-theme >= 0.4.0") "sphinx-rtd-theme >= 0.2.4")
(("black == 19.10b0") "black >= 19.10b0"))
(("sphinx-rtd-theme >= 0.5.0") "sphinx-rtd-theme >= 0.2.4")
(("black") "black >= 19.10b0"))
#t))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)