Skip to content

Commit

Permalink
python310Packages.sqlalchemy: 2.0.4 -> 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Mar 13, 2023
1 parent b66eafc commit b830681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sqlalchemy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@

buildPythonPackage rec {
pname = "SQLAlchemy";
version = "2.0.4";
version = "2.0.6";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-laGOGmryEU29nuTxaK0zBw1jF+Ebr6KNmDzHtYX+kAs=";
hash = "sha256-w0PwtUZJX116I5xwv1CpmkjXMhwWW4Kvr6hIO56+v24=";
};

nativeBuildInputs =[
Expand Down

0 comments on commit b830681

Please sign in to comment.