Skip to content

Commit

Permalink
python312Packages.flask-allowed-hosts: 1.1.2 -> 1.2.0 (#361132)
Browse files Browse the repository at this point in the history
  • Loading branch information
erictapen authored Dec 3, 2024
2 parents 6369dcd + 2596f0e commit 7589c94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildPythonPackage rec {
pname = "flask-allowed-hosts";
version = "1.1.2";
version = "1.2.0";
pyproject = true;

src = fetchPypi {
inherit version;
pname = "flask_allowed_hosts";
hash = "sha256-l25bZlJkOVI+S+HtAK22ZGULP95evx2NASA9ViIax7Q=";
hash = "sha256-LL0Vm33R0BYo8IKyjAzpvO7ls4EfcPx3cx3OU6OsE6s=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 7589c94

Please sign in to comment.