python3Packages.psygnal: 0.14.0 -> 0.15.1

https://github.com/pyapp-kit/psygnal/blob/v0.15.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:51 +01:00
parent 5bb7303259
commit 1bc88f6ea0
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "psygnal";
version = "0.14.0";
version = "0.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pyapp-kit";
repo = "psygnal";
tag = "v${version}";
hash = "sha256-RQ53elonwvna5UDVell3JI1dcZSMHREyB51r+ddsW2M=";
hash = "sha256-7d9ejzdafoH14fKvYJd3OwYS0RGwDmMeLlj74qvsvjE=";
};
build-system = [