python3Packages.flask-security: 5.7.1 -> 5.8.0

This commit is contained in:
R. Ryantm
2026-04-18 11:55:50 +00:00
parent 6df0e71709
commit 83225b318b
@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "flask-security";
version = "5.7.1";
version = "5.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pallets-eco";
repo = "flask-security";
tag = version;
hash = "sha256-XxlSkD9mWNcaHi9WvNtOayvFCOZMOznnLzdXvjxfKP8=";
hash = "sha256-ocHxrcdwO4nvpwMJUhT6TYmzPt7V3nkmES3HdxBkzyQ=";
};
build-system = [ flit-core ];