aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock6
-rw-r--r--nix/flake8-isort.nix6
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 ];
}