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:
commit
0029baca2b
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user