python3Packages.pykka: 4.1.1 -> 4.2.0

https://github.com/jodal/pykka/releases/tag/v4.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:34 +02:00
parent da0574d724
commit 5d305e8c4d
@@ -3,30 +3,25 @@
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
poetry-core,
hatchling,
pydantic,
pytestCheckHook,
pytest-mock,
typing-extensions,
}:
buildPythonPackage rec {
pname = "pykka";
version = "4.1.1";
format = "pyproject";
disabled = pythonOlder "3.8";
version = "4.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jodal";
repo = "pykka";
tag = "v${version}";
hash = "sha256-n9TgXcmUEIQdqtrY+9T+EtPys+7OzXCemRwNPj1xPDw=";
hash = "sha256-cxW6xKG0x7pPXvCanh0ZNMYRSdnCf8JrnJbjYgDUQSI=";
};
build-system = [ poetry-core ];
dependencies = lib.optionals (pythonOlder "3.10") [ typing-extensions ];
build-system = [ hatchling ];
nativeCheckInputs = [
pydantic