python3Packages.autoflake: 2.3.1 -> 2.3.2 (#491941)

This commit is contained in:
Nick Cao
2026-02-23 14:14:39 +00:00
committed by GitHub
@@ -8,12 +8,12 @@
}:
buildPythonPackage rec {
pname = "autoflake";
version = "2.3.1";
version = "2.3.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-yYt13FsKhkWcTwGh0yrH60M47EMXpEaVFf8eaH7NkJ4=";
hash = "sha256-c9OyK62JA0h596SHHCecjRibPywLnZ4nS45bRowX+aA=";
};
nativeBuildInputs = [ hatchling ];