python3Packages.tensorboardx: 2.0 -> 2.1
This commit is contained in:
parent
2c64e42b18
commit
dba25fa251
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tensorboardx";
|
pname = "tensorboardx";
|
||||||
version = "2.0";
|
version = "2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lanpa";
|
owner = "lanpa";
|
||||||
repo = "tensorboardX";
|
repo = "tensorboardX";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qqalq0fhbx0wnd8wdwhyhkkv2brvj9qbk3373vk3wjxbribf5c7";
|
sha256 = "1palz91y0b39pcmwg6wdmqfal38hai99dd6r88i3imqxdbmjghih";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in a new issue