Unverified Commit d429e859 authored by Benjamin Hipple's avatar Benjamin Hipple Committed by GitHub
Browse files

python312Packages.wtforms: 3.1.2 -> 3.2.1 (#350180)

parents da39eb7d 1a774a95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "wtforms";
  version = "3.1.2";
  version = "3.2.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "wtforms";
    repo = "wtforms";
    rev = "refs/tags/${version}";
    hash = "sha256-L6DmB7iVpJR775oRxuEkCKWlUJnmw8VPZTr2dZbqeEc=";
    hash = "sha256-jwjP/wkk8MdNJbPE8MlkrH4DyR304Ju41nN4lMo3jFs=";
  };

  nativeBuildInputs = [