Merge pull request #295525 from r-ryantm/auto-update/python311Packages.autoflake

python311Packages.autoflake: 2.3.0 -> 2.3.1
This commit is contained in:
Nick Cao
2024-03-13 20:02:19 -04:00
committed by GitHub
@@ -9,12 +9,12 @@
}:
buildPythonPackage rec {
pname = "autoflake";
version = "2.3.0";
version = "2.3.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-jCAR+jRwG519zwW5hzvEhZ1Pzk5i3+qQ3/79FXb18B0=";
hash = "sha256-yYt13FsKhkWcTwGh0yrH60M47EMXpEaVFf8eaH7NkJ4=";
};
nativeBuildInputs = [