python: sortedcontainers: 2.0.5 -> 2.1.0
This commit is contained in:
parent
d8f56526af
commit
28868f6b69
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sortedcontainers";
|
pname = "sortedcontainers";
|
||||||
version = "2.0.5";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b74f2756fb5e23512572cc76f0fe0832fd86310f77dfee54335a35fb33f6b950";
|
sha256 = "974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a";
|
||||||
};
|
};
|
||||||
|
|
||||||
# pypi tarball does not come with tests
|
# pypi tarball does not come with tests
|
||||||
|
|
Loading…
Reference in a new issue