python310Packages.pykka: 3.1.1 -> 4.0.0

This commit is contained in:
R. Ryantm 2023-09-21 21:58:53 +00:00
parent e12483116b
commit 3f9db1f271

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pykka";
version = "3.1.1";
version = "4.0.0";
format = "pyproject";
disabled = pythonOlder "3.6.1";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jodal";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-bvRjFpXufGygTgPfEOJOCXFbMy3dNlrTHlGoaIG/Fbs=";
hash = "sha256-xFEEv4UAKv/H//7OIBSb9juwmuH4xWd6BKBXaX2GwFU=";
};
nativeBuildInputs = [