Skip to content

Commit 8acc365

Browse files
committed
1 parent 00bc155 commit 8acc365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/flask/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333
buildPythonPackage rec {
3434
pname = "flask";
35-
version = "3.1.1";
35+
version = "3.1.2";
3636
pyproject = true;
3737

3838
src = fetchPypi {
3939
inherit pname version;
40-
hash = "sha256-KEx7jy9Yy3N/DPHDD9fq8Mz83hlgmdJOzt4/wgBapZ4=";
40+
hash = "sha256-v2VsFcgBkO1iitCM39Oqo1vrCHhV4vSUkQqjd0zE/Yc=";
4141
};
4242

4343
build-system = [ flit-core ];

0 commit comments

Comments
 (0)