python3Packages.torchvision: 0.14.0 -> 0.14.1

This commit is contained in:
Robert Scott 2022-12-20 23:48:00 +00:00
parent 65c054288b
commit 48014ddf2f

View File

@ -24,13 +24,13 @@ let
cudaArchStr = lib.optionalString cudaSupport lib.strings.concatStringsSep ";" torch.cudaArchList;
in buildPythonPackage rec {
pname = "torchvision";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "pytorch";
repo = "vision";
rev = "refs/tags/v${version}";
hash = "sha256-uoy9okPvFH89FJPRRFseHQisw42mWCSuPNADoGa39fc=";
hash = "sha256-lKkEJolJQaLr1TVm44CizbJQedGa1wyy0cFWg2LTJN0=";
};
nativeBuildInputs = [ libpng ninja which ]