Unverified Commit 85508a88 authored by Florian Brandes's avatar Florian Brandes
Browse files

python312Packages.flask-security-too: 5.4.3 -> 5.5.0

parent 4a8e77c7
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -48,15 +48,15 @@

buildPythonPackage rec {
  pname = "flask-security-too";
  version = "5.4.3";
  version = "5.5.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "Flask-Security-Too";
    pname = "flask_security_too";
    inherit version;
    hash = "sha256-YrGTl+jXGo1MuNwNRAnMehSXmCVJAwOWlgruUYdV5YM=";
    hash = "sha256-nuYOqKgH3Wfk2IFEDUhWUB6aP1xZ+c4DK7n0zB01TSk=";
  };

  build-system = [ setuptools ];