python3Packages.torchvision: 0.24.0 -> 0.24.1

Diff: https://github.com/pytorch/vision/compare/v0.24.0...v0.24.1

Changelog: https://github.com/pytorch/vision/releases/tag/v0.24.1
This commit is contained in:
Gaetan Lepage
2025-11-18 07:35:27 +00:00
parent 649d5edb81
commit 69910367bc
@@ -28,7 +28,7 @@ let
inherit (torch) cudaCapabilities cudaPackages cudaSupport;
pname = "torchvision";
version = "0.24.0";
version = "0.24.1";
in
buildPythonPackage {
format = "setuptools";
@@ -40,7 +40,7 @@ buildPythonPackage {
owner = "pytorch";
repo = "vision";
tag = "v${version}";
hash = "sha256-EyA/d2fAdK2arMBqNtDwKtpaKb171zqEnYFrqAFQr+g=";
hash = "sha256-ddJWD2xjoNAuyZIaZD7ctcuSQZ9lSUGExWCq1W5prI8=";
};
nativeBuildInputs = [