python27Packages.orderedset: 2.0.1 -> 2.0.3

This commit is contained in:
R. RyanTM 2020-02-29 18:32:40 +00:00
parent cf6477076b
commit 45e1999852

View File

@ -2,16 +2,16 @@
buildPythonPackage rec {
pname = "orderedset";
version = "2.0.1";
version = "2.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "11643qr12ypxfffcminlsgl9xz751b2d0pnjl6zn8vfhxddjr57f";
sha256 = "0abf19w37kxypsj6v7dz79jj92y1kivjk2zivnrv7rw6bbxwrxdj";
};
meta = with stdenv.lib; {
description = "An Ordered Set implementation in Cython";
homepage = https://pypi.python.org/pypi/orderedset;
homepage = "https://pypi.python.org/pypi/orderedset";
license = licenses.bsd3;
maintainers = [ maintainers.jtojnar ];
};