python3Packages.pyperf: 2.5.0 -> 2.6.1

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:52 +02:00
parent 3a53f480b4
commit caac0fd9f3

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyperf";
version = "2.5.0";
version = "2.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-n9m+W1ciTmi1pbiPcSbxW2yGZ1c/YqCjn68U1v3ROQk=";
hash = "sha256-Fxrqabjv3mEhDlEhZth2Tndlqcdni3aAUhdLAfNJ8kc=";
};
patches = [