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

https://github.com/hhatto/autopep8/releases/tag/v2.3.2
This commit is contained in:
R. RyanTM
2025-01-18 17:04:21 +01:00
committed by GitHub
parent 06e8e56411
commit 84d76b4e5e
@@ -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 ];