Unverified Commit 84d76b4e authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

python312Packages.autopep8: 2.3.1 -> 2.3.2 (#374720)

parent 06e8e564
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@

buildPythonPackage rec {
  pname = "autopep8";
  version = "2.3.1";
  version = "2.3.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "hhatto";
    repo = "autopep8";
    tag = "v${version}";
    hash = "sha256-znZw9SnnVMN8XZjko11J5GK/LAk+gmRkTgPEO9+ntJ8=";
    hash = "sha256-9OJ5XbzpHMHsFjf5oVyHjn5zqmAxRuSItWP4sQx8jD4=";
  };

  build-system = [ setuptools ];