diff options
| author | Florian Brandes <florian.brandes@posteo.de> | 2022-10-24 16:52:46 +0200 |
|---|---|---|
| committer | Florian Brandes <florian.brandes@posteo.de> | 2022-10-24 16:52:46 +0200 |
| commit | 60805f2fa5b28e9db1dd9219b27f5e52bb7d4d44 (patch) | |
| tree | 88debd3eed0e609bab1ecdc314b61ecff8ef6210 | |
| parent | Merge pull request #196617 from oxalica/fix/btrbk-options (diff) | |
| download | nixpkgs-60805f2fa5b28e9db1dd9219b27f5e52bb7d4d44.tar.gz | |
python3Packages.reorder-python-imports: 3.8.1 -> 3.8.5
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
| -rw-r--r-- | pkgs/development/python-modules/reorder-python-imports/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/reorder-python-imports/default.nix b/pkgs/development/python-modules/reorder-python-imports/default.nix index 795a3168c82f..d238ea39947f 100644 --- a/pkgs/development/python-modules/reorder-python-imports/default.nix +++ b/pkgs/development/python-modules/reorder-python-imports/default.nix @@ -2,21 +2,19 @@ , buildPythonPackage , fetchFromGitHub , pytestCheckHook -, pythonOlder , aspy-refactor-imports , classify-imports }: buildPythonPackage rec { pname = "reorder-python-imports"; - version = "3.8.1"; - disabled = pythonOlder "3.7"; + version = "3.8.5"; src = fetchFromGitHub { owner = "asottile"; repo = "reorder_python_imports"; rev = "v${version}"; - hash = "sha256-CLC9dfNSYqEBZB2fP34jpA/4cxm0HZzjo/e7Yn8XPFc="; + hash = "sha256-p/yhvPd2U5QSGBJFUjdy1Nmt83p8JGm2f0qKiXSjN30="; }; propagatedBuildInputs = [ |
