python: pytest-isort: 0.1.0 -> 0.2.0
This commit is contained in:
parent
26cc36636d
commit
16e5adc200
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-isort";
|
pname = "pytest-isort";
|
||||||
version = "0.1.0";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "e92798127e21d22513c62070989f0fb3b712650e48a4db13e5b8e8034d367cfe";
|
sha256 = "d4d195ecfe33d81e258d251b2679b32216bad84131fb41984da22d9d0328a6fe";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pytestcache pytest isort ];
|
propagatedBuildInputs = [ pytestcache pytest isort ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user