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