···2223buildPythonPackage rec {
24 pname = "itables";
25- version = "2.4.0";
2627 # itables has 4 different node packages, each with their own
28 # package-lock.json, and partially depending on each other.
···30 # the source tarball from pypi, which includes the javascript bundle already.
31 src = fetchPypi {
32 inherit pname version;
33- hash = "sha256-S5HASUVfqTny+Vu15MYSSrEffCaJuL7UhDOc3eudVWI=";
34 };
3536 pyproject = true;
···2223buildPythonPackage rec {
24 pname = "itables";
25+ version = "2.4.2";
2627 # itables has 4 different node packages, each with their own
28 # package-lock.json, and partially depending on each other.
···30 # the source tarball from pypi, which includes the javascript bundle already.
31 src = fetchPypi {
32 inherit pname version;
33+ hash = "sha256-1Qbw0SNTea6kTSoE/BZ46nZL266Mq8OBQb8+pdgLK6I=";
34 };
3536 pyproject = true;