python312Packages.yappi: 1.6.0 -> 1.6.3

This commit is contained in:
R. Ryantm
2024-11-01 12:42:24 +01:00
committed by Fabian Affolter
parent acfe931c88
commit 730ebac01f
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "yappi";
version = "1.6.0";
version = "1.6.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sumerc";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zA4apOGyrbjBOxUKBARiKmmM9rSVFVGWsDpOaItOoLU=";
hash = "sha256-nkkm50/94iVYZdUBm7DZkNQsBqddO6unjP29ctf7dxo=";
};
patches = [ ./tests.patch ];