python311Packages.torchvision: 0.16.1 -> 0.16.2

Changelog: https://github.com/pytorch/vision/releases/tag/v0.16.2
This commit is contained in:
Gaetan Lepage 2023-12-15 09:23:48 +01:00
parent 8240efd0cc
commit fb35b19424

View File

@ -18,7 +18,7 @@ let
inherit (cudaPackages) backendStdenv cudaVersion;
pname = "torchvision";
version = "0.16.1";
version = "0.16.2";
format = "setuptools";
in
buildPythonPackage {
@ -28,7 +28,7 @@ buildPythonPackage {
owner = "pytorch";
repo = "vision";
rev = "refs/tags/v${version}";
hash = "sha256-TsYBDtedTQ3+F3LM4JwzkGH2XOr0WSp1Au5YoR07rSA=";
hash = "sha256-fSFoMZbF0bYqonvgoNAE8ZzwCsjhCdVo2BJ0pOC2zd0=";
};
nativeBuildInputs = [