Unverified Commit 3916e7ff authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 0dd35cfa 0d42c104
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];