python312Packages.pyperf: 2.6.2 -> 2.6.3

This commit is contained in:
R. Ryantm
2024-03-07 00:44:34 +00:00
parent f32e786e98
commit 69bd4224b9
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyperf";
version = "2.6.2";
version = "2.6.3";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZNj63OanT0ePKYMsHqoqBIVmVev/FyktUjf8gxfDo8U=";
hash = "sha256-l1L+dJwh5GClZLs/Uvwxm4ksYu5hxROLSpu/lK0nVeY=";
};
nativeBuildInputs = [