python311Packages.torchvision: 0.17.1 -> 0.17.2

Diff: https://github.com/pytorch/vision/compare/refs/tags/v0.17.1...v0.17.2
This commit is contained in:
Gaetan Lepage 2024-03-28 00:00:02 +01:00
parent 940adc0c55
commit 56a86116cb
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ let
inherit (cudaPackages) backendStdenv;
pname = "torchvision";
version = "0.17.1";
version = "0.17.2";
in
buildPythonPackage {
inherit pname version;
@ -26,7 +26,7 @@ buildPythonPackage {
owner = "pytorch";
repo = "vision";
rev = "refs/tags/v${version}";
hash = "sha256-K2irwwf6qgyfZqJH1NUasDmBSA4mH2Rclx7A7zP4kiQ=";
hash = "sha256-Y7TkdbdrdiXQO2pBkUePCLw1EYQjsAqkV2OTMzxbU78=";
};
nativeBuildInputs = [