python37Packages.ordered-set: 3.0.2 -> 3.1 (#52086)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ordered-set/versions
This commit is contained in:
R. RyanTM 2018-12-14 10:09:05 -08:00 committed by Robert Schütz
parent a71f5d8fee
commit 4387bbf149

View File

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