Loading pkgs/development/python-modules/itables/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "itables"; version = "2.4.0"; version = "2.4.2"; # itables has 4 different node packages, each with their own # package-lock.json, and partially depending on each other. Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { # the source tarball from pypi, which includes the javascript bundle already. src = fetchPypi { inherit pname version; hash = "sha256-S5HASUVfqTny+Vu15MYSSrEffCaJuL7UhDOc3eudVWI="; hash = "sha256-1Qbw0SNTea6kTSoE/BZ46nZL266Mq8OBQb8+pdgLK6I="; }; pyproject = true; Loading Loading
pkgs/development/python-modules/itables/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "itables"; version = "2.4.0"; version = "2.4.2"; # itables has 4 different node packages, each with their own # package-lock.json, and partially depending on each other. Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { # the source tarball from pypi, which includes the javascript bundle already. src = fetchPypi { inherit pname version; hash = "sha256-S5HASUVfqTny+Vu15MYSSrEffCaJuL7UhDOc3eudVWI="; hash = "sha256-1Qbw0SNTea6kTSoE/BZ46nZL266Mq8OBQb8+pdgLK6I="; }; pyproject = true; Loading