python313Packages.pyflakes: 3.2.0 -> 3.3.2

https://github.com/PyCQA/pyflakes/blob/3.3.2/NEWS.rst
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:44 +02:00
parent e7825dcc7d
commit a8ef7697f5
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyflakes";
version = "3.2.0";
version = "3.3.2";
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = "pyflakes";
rev = version;
hash = "sha256-ouCkkm9OrYob00uLTilqgWsTWfHhzaiZp7sa2C5liqk=";
hash = "sha256-nNug9EZ0coI095/QJu/eK1Ozlt01INT+mLlYdqrJuzE=";
};
nativeBuildInputs = [ setuptools ];