python3Packages.torch: 1.13.0 -> 1.13.1

This commit is contained in:
Robert Scott 2022-12-20 22:24:54 +00:00
parent 218e467763
commit c06ef5a737

View file

@ -65,7 +65,7 @@ let
in buildPythonPackage rec {
pname = "torch";
# Don't forget to update torch-bin to the same version.
version = "1.13.0";
version = "1.13.1";
format = "setuptools";
disabled = pythonOlder "3.7.0";
@ -81,7 +81,7 @@ in buildPythonPackage rec {
repo = "pytorch";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
hash = "sha256-jlXd+9fYWePDevXRxsjtL4oEdTWirv1ObH0B4A6o6Q4=";
hash = "sha256-yQz+xHPw9ODRBkV9hv1th38ZmUr/fXa+K+d+cvmX3Z8=";
};
patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [