forked from mirrors/nixpkgs
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
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "orderedset";
|
pname = "orderedset";
|
||||||
version = "2.0.1";
|
version = "2.0.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "11643qr12ypxfffcminlsgl9xz751b2d0pnjl6zn8vfhxddjr57f";
|
sha256 = "0abf19w37kxypsj6v7dz79jj92y1kivjk2zivnrv7rw6bbxwrxdj";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An Ordered Set implementation in Cython";
|
description = "An Ordered Set implementation in Cython";
|
||||||
homepage = https://pypi.python.org/pypi/orderedset;
|
homepage = "https://pypi.python.org/pypi/orderedset";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.jtojnar ];
|
maintainers = [ maintainers.jtojnar ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue