Merge pull request #267545 from traxys/fix_fit-trackee
fit-trackee: pin flask-sqlalchemy to 3.0.5
This commit is contained in:
commit
232c34b9cb
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@ let
|
|||
"test/ext/mypy"
|
||||
];
|
||||
});
|
||||
flask-sqlalchemy = super.flask-sqlalchemy.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "3.0.5";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "flask_sqlalchemy";
|
||||
inherit version;
|
||||
hash = "sha256-xXZeWMoUVAG1IQbA9GF4VpJDxdolVWviwjHsxghnxbE=";
|
||||
};
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue