python3Packages.tensorboard: 2.16.2 -> 2.17.0

https://github.com/tensorflow/tensorboard/blob/2.17.0/RELEASE.md
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:17 +02:00
parent 7b7a02e4bb
commit eded3090ee
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "tensorboard";
version = "2.16.2";
version = "2.17.0";
format = "wheel";
disabled = pythonOlder "3.9";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
hash = "sha256-nytOfa2GZnYVwOXNBy8eqEA/wDKimfAHLW90hVd1zEU=";
hash = "sha256-hZpJmpsftooFiFiWRIZicQC3H8shZGhhxh0xhGpkePs=";
};