python3Packages.itables: 2.5.2 -> 2.6.2

This commit is contained in:
R. Ryantm
2025-12-30 05:40:15 +00:00
parent 506ee7bdd3
commit 76c4c042d6
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "itables";
version = "2.5.2";
version = "2.6.2";
# itables has 4 different node packages, each with their own
# package-lock.json, and partially depending on each other.
@@ -30,7 +30,7 @@ buildPythonPackage rec {
# the source tarball from pypi, which includes the javascript bundle already.
src = fetchPypi {
inherit pname version;
hash = "sha256-7DS7rPv0MFVw6nWzaXDeRC+SQSbzcBwyOlpGAY3oTIo=";
hash = "sha256-P3PzBBB022Q3+9L3Loq18kyWhXB2JcCF/3FwHUPkxi8=";
};
pyproject = true;