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 --- flake.lock | 6 +++--- nix/flake8-isort.nix | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index c00c3dd..f67a3ff 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1654230545, - "narHash": "sha256-8Vlwf0x8ow6pPOK2a04bT+pxIeRnM1+O0Xv9/CuDzRs=", + "lastModified": 1659487974, + "narHash": "sha256-CVGOtR/Wyq3TVCjf8/kdnYD5G2JwUKUQVtd+5WIDTuY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "236cc2971ac72acd90f0ae3a797f9f83098b17ec", + "rev": "12363fb6d89859a37cd7e27f85288599f13e49d9", "type": "github" }, "original": { 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