3
0
Fork 0
forked from mirrors/nixpkgs

python: pytest-isort: 0.1.0 -> 0.2.0

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:05 +02:00
parent 26cc36636d
commit 16e5adc200

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytest-isort";
version = "0.1.0";
version = "0.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "e92798127e21d22513c62070989f0fb3b712650e48a4db13e5b8e8034d367cfe";
sha256 = "d4d195ecfe33d81e258d251b2679b32216bad84131fb41984da22d9d0328a6fe";
};
propagatedBuildInputs = [ pytestcache pytest isort ];