Merge pull request #272621 from r-ryantm/auto-update/python310Packages.yappi

python310Packages.yappi: 1.4.0 -> 1.6.0
This commit is contained in:
Weijia Wang 2024-01-23 11:17:29 +01:00 committed by GitHub
commit 628bbaf6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [