guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: python-pyqtgraph: Update to 0.13.3.


From: guix-commits
Subject: 03/11: gnu: python-pyqtgraph: Update to 0.13.3.
Date: Tue, 5 Dec 2023 15:03:14 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit 17cf284f4d74b1f7919facea09b5592704ceb8a6
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Dec 4 16:38:00 2023 -0300

    gnu: python-pyqtgraph: Update to 0.13.3.
    
    * gnu/packages/python-xyz.scm (python-pyqtgraph): Update to 0.13.3.
    
    Change-Id: Ibce95af05181e23aaaa44935367f7ec1bc84324f
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e1a94844aa..86f8d81689 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17898,13 +17898,13 @@ ISO 8859, etc.).")
 (define-public python-pyqtgraph
   (package
     (name "python-pyqtgraph")
-    (version "0.13.1")
+    (version "0.13.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyqtgraph" version))
        (sha256
-        (base32 "026wq2p7h1dmg2ldwhxiv28i5qld0llhnak06dxp4rdrkpsqg3v9"))))
+        (base32 "1kiazyc8mqyx0479qdcvdclzq0g1hpp93dyq8444w1f72628s42q"))))
     (build-system pyproject-build-system)
     (arguments
      ;; This test fails.  It suggests to disable assert rewriting in Pytest,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]