lol

Merge pull request #127305 from danieldk/pytorch-bin-1.9.0

python3Packages.pytorch-bin: 1.8.1 -> 1.9.0

authored by

Sandro and committed by
GitHub
fa01be20 e73e1458

+4 -4
+1 -1
pkgs/development/python-modules/pytorch/bin.nix
··· 18 18 pyVerNoDot = builtins.replaceStrings [ "." ] [ "" ] python.pythonVersion; 19 19 srcs = import ./binary-hashes.nix version; 20 20 unsupported = throw "Unsupported system"; 21 - version = "1.8.1"; 21 + version = "1.9.0"; 22 22 in buildPythonPackage { 23 23 inherit version; 24 24
+3 -3
pkgs/development/python-modules/pytorch/binary-hashes.nix
··· 2 2 x86_64-linux-37 = { 3 3 name = "torch-${version}-cp37-cp37m-linux_x86_64.whl"; 4 4 url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp37-cp37m-linux_x86_64.whl"; 5 - hash = "sha256-lxj066PiB+S88GqQnXKgd9RCiKkMk3mctx/eBieZjAk="; 5 + hash = "sha256-GOTC4HpSxd+3V4LNPy3Ig1+IAhm3U+6s/gOkKxD4AJE="; 6 6 }; 7 7 x86_64-linux-38 = { 8 8 name = "torch-${version}-cp38-cp38-linux_x86_64.whl"; 9 9 url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp38-cp38-linux_x86_64.whl"; 10 - hash = "sha256-qvTQMLz4CQPgalzUyYwz6rm+ExyWlIzI+FSMQhxM4eM="; 10 + hash = "sha256-29KiXQJWCRRn92+ZddBq3Q+zYIKavUxB5HL3HafO0gc="; 11 11 }; 12 12 x86_64-linux-39 = { 13 13 name = "torch-${version}-cp39-cp39-linux_x86_64.whl"; 14 14 url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp39-cp39-linux_x86_64.whl"; 15 - hash = "sha256-z0pzEiljU+E2x2SuOEAg86dmVY1iFZSDOCfoOAFhLQo="; 15 + hash = "sha256-VCLRkELiF8KqlAMLFrP+TaW+m6jupG5+WdQKEQlVli0="; 16 16 }; 17 17 }