Skip to content

Commit

Permalink
python3Packages.Flask-SQLAlchemy: 2.5.1 -> 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 5, 2023
1 parent 84aa328 commit 46a2dfc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/development/python-modules/flask-sqlalchemy/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pdm-pep517
, flask
, mock
, sqlalchemy
Expand All @@ -9,13 +10,18 @@

buildPythonPackage rec {
pname = "Flask-SQLAlchemy";
version = "2.5.1";
version = "3.0.2";
format = "pyproject";

src = fetchPypi {
inherit pname version;
sha256 = "2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912";
hash = "sha256-FhmfWz3ftp4N8vUq5Mdq7b/sgjRiNJ2rshobLgorZek=";
};

nativeBuildInputs = [
pdm-pep517
];

propagatedBuildInputs = [
flask
sqlalchemy
Expand Down

0 comments on commit 46a2dfc

Please sign in to comment.