about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-10 15:07:15 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-10 10:57:01 -0700
commitc3bbbb75a9fea9fdea0dc95c19c7547e683850aa (patch)
tree96aa2cab4393182e9ccba51a3fd675a7f5dc8308 /pkgs
parentdd4a6b64f844324da0847142b770512eea8ad678 (diff)
python27Packages.pytest-isort: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytest-isort/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-isort/default.nix b/pkgs/development/python-modules/pytest-isort/default.nix
index 96f78426dbac3..869466c650014 100644
--- a/pkgs/development/python-modules/pytest-isort/default.nix
+++ b/pkgs/development/python-modules/pytest-isort/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-isort";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "758156cb4dc1db72adc1b7e253011f5eea117fab32af03cedb4cbfc6058b5f8f";
+    sha256 = "01j0sx8yxd7sbmvwky68mvnwrxxs5bjkvi61043jzff1ga92kg9h";
   };
 
   propagatedBuildInputs = [ isort ];