python310Packages.yappi: 1.4.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2023-12-23 02:25:28 +00:00
parent 22ea4c79f1
commit 05aa6e455a
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "yappi";
version = "1.4.0";
version = "1.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sumerc";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AogBnqhLcwsyTHLP+Uxc+EOgYzhdwX5rbi9RMCuC2IU=";
hash = "sha256-zA4apOGyrbjBOxUKBARiKmmM9rSVFVGWsDpOaItOoLU=";
};
patches = [