python3Packages.yappi: 1.6.10 -> 1.7.3 (#455318)

This commit is contained in:
dotlambda
2025-12-08 04:35:32 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "yappi";
version = "1.6.10";
version = "1.7.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sumerc";
repo = "yappi";
tag = version;
hash = "sha256-RVa8IzyRuIQMfI0DhKdybJBBwqmyc2KI8XjD0PKQ8M8=";
hash = "sha256-YbWPx5Wf1s1UCCiDCInw66VnZ005LfON81MN3phT+fU=";
};
patches = [ ./tests.patch ];