python311Packages.torch: 2.1.1 -> 2.1.2

Changelog: https://github.com/pytorch/pytorch/releases/tag/v2.1.2
This commit is contained in:
Gaetan Lepage
2023-12-15 08:18:22 +01:00
parent 73b3a1450f
commit 9b0e05e15e
@@ -125,7 +125,7 @@ let
in buildPythonPackage rec {
pname = "torch";
# Don't forget to update torch-bin to the same version.
version = "2.1.1";
version = "2.1.2";
format = "setuptools";
disabled = pythonOlder "3.8.0";
@@ -143,7 +143,7 @@ in buildPythonPackage rec {
repo = "pytorch";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
hash = "sha256-01+uqHvPbQVXKLohGWfsCsZOjb7xmfjBKkTGUGMEdAI=";
hash = "sha256-E/GQCRWBf3hYsDCCk0twaL9gkVOCEQeCvO3Va+jgIdE=";
};
patches = lib.optionals cudaSupport [