python3Packages.pytorch: 1.5.0 -> 1.5.1

Changelog:

https://github.com/pytorch/pytorch/tree/v1.5.1
This commit is contained in:
Daniël de Kok 2020-06-30 07:56:12 +02:00
parent e912fb83d2
commit d144f2dfda

View file

@ -104,7 +104,7 @@ let
"LD_LIBRARY_PATH=${cudaStub}\${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH ";
in buildPythonPackage rec {
version = "1.5.0";
version = "1.5.1";
pname = "pytorch";
disabled = !isPy3k;
@ -118,7 +118,7 @@ in buildPythonPackage rec {
repo = "pytorch";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "19qyrjd72mc0llcfn50av8ym05f2iwa38gv068wykji4ph7qjlv2";
sha256 = "1xjbn4hi96m7xslv3p2jc6qcsng0fx3w1m6isqfah81piljf8wng";
};
preConfigure = lib.optionalString cudaSupport ''