python3Packages.pytorch: 1.8.0 -> 1.8.1

Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.8.1
This commit is contained in:
Daniël de Kok 2021-03-25 17:57:11 +01:00
parent 39a3fc6958
commit 9917d918d6

View File

@ -116,7 +116,7 @@ let
in buildPythonPackage rec {
pname = "pytorch";
# Don't forget to update pytorch-bin to the same version.
version = "1.8.0";
version = "1.8.1";
disabled = !isPy3k;
@ -131,7 +131,7 @@ in buildPythonPackage rec {
repo = "pytorch";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-qdZUtlxHZjCYoGfTdp5Bq3MtfXolWZrvib0kuzF3uIc=";
sha256 = "sha256-HERbvmrfhWwH164GFHU/M0KbhVAuhI5sBZSxCZy8mRk=";
};
patches = lib.optionals stdenv.isDarwin [