guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 7c5f64a9692910c34e3522d51bca451dd13cd2cc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 15:47:54 2026 +0000
gnu: python-echo: Update to 0.12.1.
* gnu/packages/python-xyz.scm (python-echo): Update to 0.12.1.
[native-inputs]: Remove python-pytest-cov and python-wheel.
Change-Id: I1bfccb0b12a942de8608a5524f505e617d74bb5e
---
gnu/packages/python-xyz.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 25c6875f72..99738e0f47 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4654,13 +4654,13 @@ Instead, all GUI interactions are invoked by simple
function calls.")
(define-public python-echo
(package
(name "python-echo")
- (version "0.8.0")
+ (version "0.12.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "echo" version))
(sha256
- (base32 "1hr2kgjmf5gcjbg1mry03ca1dayfwy8mi8as42jfg0apsa3bfvvj"))))
+ (base32 "038jfhgnakccn4gz7w07yf0cspyz0h81nmgp3cmiavlacac1kvqp"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4677,10 +4677,8 @@ Instead, all GUI interactions are invoked by simple
function calls.")
python-pyqt-6))
(native-inputs
(list python-pytest
- python-pytest-cov
python-setuptools
python-setuptools-scm
- python-wheel
xorg-server-for-tests))
(home-page "https://github.com/glue-viz/echo")
(synopsis "Callback Properties in Python")