python3Packages.tensorboard: 2.16.2 -> 2.17.0
https://github.com/tensorflow/tensorboard/blob/2.17.0/RELEASE.md
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user