python3Packages.tensorboard: 2.17.0 -> 2.18.0

https://github.com/tensorflow/tensorboard/blob/2.18.0/RELEASE.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:35 +02:00
parent c96f5847fa
commit 5ed206568b
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "tensorboard";
version = "2.17.0";
version = "2.18.0";
format = "wheel";
disabled = pythonOlder "3.9";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
inherit pname version format;
dist = "py3";
python = "py3";
hash = "sha256-hZpJmpsftooFiFiWRIZicQC3H8shZGhhxh0xhGpkePs=";
hash = "sha256-EHykghdF9z4q76AsUP9wqbaU8595CxHm9oL30yZ0Xqs=";
};