python3Packages.tensorboard_plugin_profile: 2.8.0 -> 2.11.1

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:51 +01:00
parent 7f3b1755d7
commit de82fa8d7d

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tensorboard_plugin_profile";
version = "2.8.0";
version = "2.11.1";
format = "wheel";
src = fetchPypi {
@ -17,7 +17,7 @@ buildPythonPackage rec {
format = "wheel";
dist = "py3";
python = "py3";
hash = "sha256-2LzXSdPrzS5G63ONvchdEL4aJD75eU9dF1pMqLcfbto=";
hash = "sha256-t9AZg0BGjDcOxtoRBHZO0joIgLHpoKqEUY4pxmw8sjg=";
};
nativeBuildInputs = [