mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
python3Packages.tensorboard-data-server: 0.7.1 -> 0.7.2
This commit is contained in:
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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user