Unverified Commit c39fc308 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.itables: 2.7.0 -> 2.7.1 (#498451)

parents 3bf8162d 6c83e2f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "itables";
  version = "2.7.0";
  version = "2.7.1";

  # itables has 4 different node packages, each with their own
  # package-lock.json, and partially depending on each other.
@@ -39,7 +39,7 @@ buildPythonPackage rec {
  # the source tarball from pypi, which includes the javascript bundle already.
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-/Z5UGXOmVPedzrvXwNh1oI23uZo/xGepHeJgx49mQ+o=";
    hash = "sha256-Z/N153Pd90jaLsIlD9IaJCqqY4NbTr6BaEC+Abz6mOg=";
  };

  pyproject = true;