Merge pull request #115173 from danieldk/pytorch-1.8.0

python3Packages.pytorch: 1.7.1 -> 1.8.0

authored by Sandro and committed by GitHub b520af92 8edfe0a2

+2 -2
+2 -2
pkgs/development/python-modules/pytorch/default.nix
··· 118 in buildPythonPackage rec { 119 pname = "pytorch"; 120 # Don't forget to update pytorch-bin to the same version. 121 - version = "1.7.1"; 122 123 disabled = !isPy3k; 124 ··· 133 repo = "pytorch"; 134 rev = "v${version}"; 135 fetchSubmodules = true; 136 - sha256 = "sha256-udpbSL8xnzf20A1pYYNlYjdp8ME8AVaAkMMiw53K6CU="; 137 }; 138 139 patches = lib.optionals stdenv.isDarwin [
··· 118 in buildPythonPackage rec { 119 pname = "pytorch"; 120 # Don't forget to update pytorch-bin to the same version. 121 + version = "1.8.0"; 122 123 disabled = !isPy3k; 124 ··· 133 repo = "pytorch"; 134 rev = "v${version}"; 135 fetchSubmodules = true; 136 + sha256 = "sha256-qdZUtlxHZjCYoGfTdp5Bq3MtfXolWZrvib0kuzF3uIc="; 137 }; 138 139 patches = lib.optionals stdenv.isDarwin [