Unverified Commit 21373650 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

python3Packages.itables: 2.4.4 -> 2.5.2 (#441687)

parents ca27487a f0b88e68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "itables";
  version = "2.4.4";
  version = "2.5.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-KeK3cff9OrcLnSI0YVtXPaMl5hCDJpfphmgMzANqr1s=";
    hash = "sha256-7DS7rPv0MFVw6nWzaXDeRC+SQSbzcBwyOlpGAY3oTIo=";
  };

  pyproject = true;