python: sortedcontainers: 2.1.0 -> 2.2.2

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:16 +02:00
parent 824cf6c81f
commit f4e497d27f

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sortedcontainers"; pname = "sortedcontainers";
version = "2.1.0"; version = "2.2.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a"; sha256 = "4e73a757831fc3ca4de2859c422564239a31d8213d09a2a666e375807034d2ba";
}; };
# pypi tarball does not come with tests # pypi tarball does not come with tests