python3Packages.flask-security: 5.8.0 -> 5.8.1

This commit is contained in:
R. Ryantm
2026-05-22 09:47:45 +00:00
parent 81371ab13f
commit 579885fa4e
@@ -51,14 +51,14 @@
buildPythonPackage rec {
pname = "flask-security";
version = "5.8.0";
version = "5.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pallets-eco";
repo = "flask-security";
tag = version;
hash = "sha256-ocHxrcdwO4nvpwMJUhT6TYmzPt7V3nkmES3HdxBkzyQ=";
hash = "sha256-xNWgLIk/AB5beZQX7jzh8uQ9o0Gq+W5rgowBS215pk4=";
};
build-system = [ flit-core ];