python3Packages.torchvision: 0.14.0 -> 0.14.1

+2 -2
+2 -2
pkgs/development/python-modules/torchvision/default.nix
··· 24 cudaArchStr = lib.optionalString cudaSupport lib.strings.concatStringsSep ";" torch.cudaArchList; 25 in buildPythonPackage rec { 26 pname = "torchvision"; 27 - version = "0.14.0"; 28 29 src = fetchFromGitHub { 30 owner = "pytorch"; 31 repo = "vision"; 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-uoy9okPvFH89FJPRRFseHQisw42mWCSuPNADoGa39fc="; 34 }; 35 36 nativeBuildInputs = [ libpng ninja which ]
··· 24 cudaArchStr = lib.optionalString cudaSupport lib.strings.concatStringsSep ";" torch.cudaArchList; 25 in buildPythonPackage rec { 26 pname = "torchvision"; 27 + version = "0.14.1"; 28 29 src = fetchFromGitHub { 30 owner = "pytorch"; 31 repo = "vision"; 32 rev = "refs/tags/v${version}"; 33 + hash = "sha256-lKkEJolJQaLr1TVm44CizbJQedGa1wyy0cFWg2LTJN0="; 34 }; 35 36 nativeBuildInputs = [ libpng ninja which ]