python3Packages.itables: 2.4.0 -> 2.4.2 (#417949)

authored by Aleksana and committed by GitHub 340af9a1 40331392

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