python: ordered-set: 3.0.1 -> 3.0.2

This commit is contained in:
Frederik Rietdijk 2018-10-06 12:56:19 +02:00
parent f0097a9570
commit 0e13ee70d9

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "ordered-set";
version = "3.0.1";
version = "3.0.2";
buildInputs = [ pytest pytestrunner ];
src = fetchPypi {
inherit pname version;
sha256 = "0yyfkkfzpwlx4jlfqzb7p1xpzmn2jyzq2qlakqx62pxizfzxfvrx";
sha256 = "7d292b866fa44f339ac6e624e3d338accfb415ce0a8431595d51990fbdf61d3b";
};
checkPhase = ''