Merge pull request #265428 from gador/reorder-python-imports-3.12.0

python3Packages.reorder-python-imports: 3.11.0 -> 3.12.0
This commit is contained in:
OTABI Tomoya 2023-11-10 18:25:56 +09:00 committed by GitHub
commit 2c60ce50ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "reorder-python-imports";
version = "3.11.0";
version = "3.12.0";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "asottile";
repo = "reorder_python_imports";
rev = "v${version}";
hash = "sha256-5fv2DSMeCleDxsW+nua2dOOeWZIZfuP+Qo++w2YEf4Q=";
hash = "sha256-bKv9APbraR2359IzzkzXs4sEXrTvGK3J4LO3wFHOti0=";
};
propagatedBuildInputs = [