Merge pull request #185978 from fabaff/yappi-bump

python310Packages.yappi: 1.3.5 -> 1.3.6
This commit is contained in:
Fabian Affolter 2022-08-11 09:04:23 +02:00 committed by GitHub
commit 8ea7dd0ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "yappi";
version = "1.3.5";
version = "1.3.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sumerc";
repo = pname;
rev = version;
hash = "sha256-XxUAYrDQAY7fD9yTSmoRUmWJEs+L6KSQ0/bIVf/o9ag=";
hash = "sha256-MfvaLWw7EhfzFx4aZdRWvQVOOcvZ1Mt7EgxyB2nDB2c=";
};
patches = [