python3Packages.flask-wtf: 1.2.2 -> 1.3.0

https://github.com/pallets-eco/flask-wtf/releases/tag/v1.3.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:23 +02:00
parent 97382f6c33
commit b883d1fda7

View File

@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "flask-wtf";
version = "1.2.2";
version = "1.3.0";
pyproject = true;
src = fetchPypi {
pname = "flask_wtf";
inherit version;
hash = "sha256-edLuHkNs9XC8y32RZTP6GHV6LxjCkKzP+rG5oLaEZms=";
hash = "sha256-YdXavFDD34hcKX3L2AgQRDpdYyEGyKacq4znQPDN18w=";
};
build-system = [