python3Packages.psygnal: 0.13.0 -> 0.14.0

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

This commit was automatically generated using update-python-libraries.

Changed files
+4 -2
pkgs
development
python-modules
psygnal
+4 -2
pkgs/development/python-modules/psygnal/default.nix
···
mypy-extensions,
numpy,
pydantic,
+
pytest-asyncio,
pytestCheckHook,
pythonOlder,
toolz,
···
buildPythonPackage rec {
pname = "psygnal";
-
version = "0.13.0";
+
version = "0.14.0";
format = "pyproject";
disabled = pythonOlder "3.8";
···
owner = "pyapp-kit";
repo = "psygnal";
tag = "v${version}";
-
hash = "sha256-ZEN8S2sI1usXl5A1Ow1+l4BBB6qNnlVt/nvFtAX4maY=";
+
hash = "sha256-RQ53elonwvna5UDVell3JI1dcZSMHREyB51r+ddsW2M=";
};
build-system = [
···
nativeCheckInputs = [
numpy
pydantic
+
pytest-asyncio
pytestCheckHook
toolz
wrapt