python3Packages.itables: 2.4.4 -> 2.5.2

R. Ryantm f0b88e68 d581d019

Changed files
+2 -2
pkgs
development
python-modules
itables
+2 -2
pkgs/development/python-modules/itables/default.nix
···
buildPythonPackage rec {
pname = "itables";
-
version = "2.4.4";
# itables has 4 different node packages, each with their own
# package-lock.json, and partially depending on each other.
···
# the source tarball from pypi, which includes the javascript bundle already.
src = fetchPypi {
inherit pname version;
-
hash = "sha256-KeK3cff9OrcLnSI0YVtXPaMl5hCDJpfphmgMzANqr1s=";
};
pyproject = true;
···
buildPythonPackage rec {
pname = "itables";
+
version = "2.5.2";
# itables has 4 different node packages, each with their own
# package-lock.json, and partially depending on each other.
···
# the source tarball from pypi, which includes the javascript bundle already.
src = fetchPypi {
inherit pname version;
+
hash = "sha256-7DS7rPv0MFVw6nWzaXDeRC+SQSbzcBwyOlpGAY3oTIo=";
};
pyproject = true;