python3Packages.pytest-isort: 2.0.0 -> 3.0.0
This commit is contained in:
parent
85a0475df3
commit
cb91872481
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-isort";
|
||||
version = "2.0.0";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "821a8c5c9c4f3a3c52cfa9c541fbe89ac9e28728125125af53724c4c3f129117";
|
||||
sha256 = "sha256-T+Sybq0q93ZzDsI/WHDXQh81qs4ipBxOk4WG702Hh8s=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ isort ];
|
||||
|
|
Loading…
Reference in a new issue