python312Packages.yappi: 1.6.4 -> 1.6.10
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yappi";
|
||||
version = "1.6.4";
|
||||
version = "1.6.10";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -18,8 +18,8 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "sumerc";
|
||||
repo = "yappi";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-3lGbFDu7sk83KrSHo6qZxHT2dxPWtT8yfXXQO1GbteU=";
|
||||
tag = version;
|
||||
hash = "sha256-RVa8IzyRuIQMfI0DhKdybJBBwqmyc2KI8XjD0PKQ8M8=";
|
||||
};
|
||||
|
||||
patches = [ ./tests.patch ];
|
||||
|
||||
Reference in New Issue
Block a user