python312Packages.yappi: 1.6.3 -> 1.6.4

Diff: https://github.com/sumerc/yappi/compare/refs/tags/1.6.3...1.6.4
This commit is contained in:
natsukium
2024-11-02 22:56:33 +09:00
parent 5c7d5fbce4
commit 11e112ff2f
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "yappi";
version = "1.6.3";
version = "1.6.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sumerc";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-nkkm50/94iVYZdUBm7DZkNQsBqddO6unjP29ctf7dxo=";
hash = "sha256-3lGbFDu7sk83KrSHo6qZxHT2dxPWtT8yfXXQO1GbteU=";
};
patches = [ ./tests.patch ];