python312Packages.yappi: 1.6.4 -> 1.6.10

This commit is contained in:
R. Ryantm
2024-12-08 04:36:17 +00:00
parent 65484f88b2
commit 5c08bcc4ee
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "yappi";
version = "1.6.4";
version = "1.6.10";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "sumerc";
repo = "yappi";
rev = "refs/tags/${version}";
hash = "sha256-3lGbFDu7sk83KrSHo6qZxHT2dxPWtT8yfXXQO1GbteU=";
tag = version;
hash = "sha256-RVa8IzyRuIQMfI0DhKdybJBBwqmyc2KI8XjD0PKQ8M8=";
};
patches = [ ./tests.patch ];