python3Packages.tensorboard: 2.14.0 -> 2.15.1

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:31 +01:00
parent 1bfa13fdd7
commit 322f44c1f3
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "tensorboard";
version = "2.14.0";
version = "2.15.1";
format = "wheel";
disabled = pythonOlder "3.6";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
hash = "sha256-Nmf5dF2ZKAg2rWcwIjYshA9g7Y/v1aPjC/Bx9aj9ABc=";
hash = "sha256-xGwdHPE6RYxCmGiniyUx2P9faCBY1p7AhAsLx6OPHA8=";
};
nativeBuildInputs = [