Commit eb7f87ee authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.torchvision: 0.17.0 -> 0.17.1

parent da3c0b8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ let
  inherit (cudaPackages) backendStdenv;

  pname = "torchvision";
  version = "0.17.0";
  version = "0.17.1";
in
buildPythonPackage {
  inherit pname version;
@@ -26,7 +26,7 @@ buildPythonPackage {
    owner = "pytorch";
    repo = "vision";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZAmvVEVLzZ+AWER4vGssAhvFscoFooS1VaZnvgVDeNk=";
    hash = "sha256-K2irwwf6qgyfZqJH1NUasDmBSA4mH2Rclx7A7zP4kiQ=";
  };

  nativeBuildInputs = [