···22222323buildPythonPackage rec {
2424 pname = "itables";
2525- version = "2.4.0";
2525+ version = "2.4.2";
26262727 # itables has 4 different node packages, each with their own
2828 # package-lock.json, and partially depending on each other.
···3030 # the source tarball from pypi, which includes the javascript bundle already.
3131 src = fetchPypi {
3232 inherit pname version;
3333- hash = "sha256-S5HASUVfqTny+Vu15MYSSrEffCaJuL7UhDOc3eudVWI=";
3333+ hash = "sha256-1Qbw0SNTea6kTSoE/BZ46nZL266Mq8OBQb8+pdgLK6I=";
3434 };
35353636 pyproject = true;