python: pytest-isort: 0.3.1 -> 1.0.0
This commit is contained in:
parent
17124ea6ad
commit
fe280f4070
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-isort";
|
pname = "pytest-isort";
|
||||||
version = "0.3.1";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a";
|
sha256 = "758156cb4dc1db72adc1b7e253011f5eea117fab32af03cedb4cbfc6058b5f8f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ isort ];
|
propagatedBuildInputs = [ isort ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user