python3Packages.tensorflow: 2.4.0 -> 2.4.1

Changelog:
https://github.com/tensorflow/tensorflow/releases/tag/v2.4.1
(cherry picked from commit ef3322507a8523eb487dd31e4d1b30e05db36363)
This commit is contained in:
Daniël de Kok 2021-05-11 09:49:07 +02:00 committed by Robert Scott
parent ca137ac841
commit 7cb947ef54

View File

@ -72,7 +72,7 @@ let
tfFeature = x: if x then "1" else "0";
version = "2.4.0";
version = "2.4.1";
variant = if cudaSupport then "-gpu" else "";
pname = "tensorflow${variant}";
@ -110,7 +110,7 @@ let
owner = "tensorflow";
repo = "tensorflow";
rev = "v${version}";
sha256 = "0yl06aypfxrcs35828xf04mkidz1x0j89v0q5h4d2xps1cb5rv3f";
sha256 = "sha256-J62QfP45g5nxN9Nqa1tAGyc4vD2JKh50ddHLrd6/qsY=";
};
patches = [