me
/
guix
Archived
1
0
Fork 0

gnu: python-pyqtgraph: Update to 0.13.3.

* gnu/packages/python-xyz.scm (python-pyqtgraph): Update to 0.13.3.

Change-Id: Ibce95af05181e23aaaa44935367f7ec1bc84324f
master
Vinicius Monego 2023-12-04 16:38:00 -03:00
parent 2f5599a46e
commit 17cf284f4d
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -17898,13 +17898,13 @@ ISO 8859, etc.).")
(define-public python-pyqtgraph (define-public python-pyqtgraph
(package (package
(name "python-pyqtgraph") (name "python-pyqtgraph")
(version "0.13.1") (version "0.13.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyqtgraph" version)) (uri (pypi-uri "pyqtgraph" version))
(sha256 (sha256
(base32 "026wq2p7h1dmg2ldwhxiv28i5qld0llhnak06dxp4rdrkpsqg3v9")))) (base32 "1kiazyc8mqyx0479qdcvdclzq0g1hpp93dyq8444w1f72628s42q"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
;; This test fails. It suggests to disable assert rewriting in Pytest, ;; This test fails. It suggests to disable assert rewriting in Pytest,