From c6fdeb049dd14737156a32028d8348ec0461cc16 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 3 Aug 2022 13:58:39 -0600 Subject: Update nixpkgs, flake8-isort -> 4.1.2 to drop testfixtures --- nix/flake8-isort.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nix') diff --git a/nix/flake8-isort.nix b/nix/flake8-isort.nix index 385e4f7..8d87c89 100644 --- a/nix/flake8-isort.nix +++ b/nix/flake8-isort.nix @@ -2,10 +2,10 @@ buildPythonPackage rec { pname = "flake8-isort"; - version = "4.1.1"; + version = "4.1.2"; src = fetchPypi { inherit pname version; - sha256 = "2BQwSrcObliFm8XD4iHi5ucclY5wBSOSAv7hnCT4Jxc="; + sha256 = "Ez+3qCR5ssvbflCg58QccK4TbbjLgjl79kBhOoetb5o="; }; - checkInputs = with python3Packages; [ flake8 isort pytest testfixtures ]; + checkInputs = with python3Packages; [ flake8 isort pytest ]; } -- cgit v1.2.3