From 77d25b0d049b871bb09869dc3ec01b362bb7ac4b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 7 Jul 2025 08:52:44 +0000 Subject: [PATCH] python3Packages.itables: 2.4.2 -> 2.4.3 --- pkgs/development/python-modules/itables/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/itables/default.nix b/pkgs/development/python-modules/itables/default.nix index 42ad02c9f741..f070d5c4389c 100644 --- a/pkgs/development/python-modules/itables/default.nix +++ b/pkgs/development/python-modules/itables/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "itables"; - version = "2.4.2"; + version = "2.4.3"; # 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-1Qbw0SNTea6kTSoE/BZ46nZL266Mq8OBQb8+pdgLK6I="; + hash = "sha256-lv+GdI6jHszdbsPG09QDGMaFGp5GD1/SPdrgsvhlqfU="; }; pyproject = true;