python3Packages.tensorboard-data-server: 0.7.1 -> 0.7.2

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:31 +01:00
parent f5d1ccfb39
commit 1bfa13fdd7
@@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "tensorboard-data-server";
version = "0.7.1";
version = "0.7.2";
format = "wheel";
disabled = pythonOlder "3.6";
@@ -11,7 +11,7 @@ buildPythonPackage rec {
inherit version format;
dist = "py3";
python = "py3";
hash = "sha256-mTi9OfUEF5ezOSEGb7oOqwOg3RDRiHoF5irliEGtTD8=";
hash = "sha256-fgYQ0gWIlYiYODbsBdwJjoD5e357v/fplOu3j1eNDds=";
};
pythonImportsCheck = [ "tensorboard_data_server" ];