Merge pull request #81404 from r-ryantm/auto-update/python2.7-orderedset

python27Packages.orderedset: 2.0.1 -> 2.0.3
This commit is contained in:
Mario Rodas 2020-02-29 18:19:27 -05:00 committed by GitHub
commit 0029baca2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};