mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python313Packages.flask: 3.1.0 -> 3.1.1
https://flask.palletsprojects.com/en/3.1.x/changes/#version-3-1-1
This commit is contained in:
parent
2a276b78f4
commit
f76585cc3f
1 changed files with 2 additions and 2 deletions
|
@ -32,12 +32,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "flask";
|
||||
version = "3.1.0";
|
||||
version = "3.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-X4c8UYTIl8jZ0bBd8ePQGxSRDOaWB6EXvTJ3CYpYNqw=";
|
||||
hash = "sha256-KEx7jy9Yy3N/DPHDD9fq8Mz83hlgmdJOzt4/wgBapZ4=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue