tensorflow: 2.9.0 -> 2.9.1

This commit is contained in:
Jörg Thalheim 2022-06-28 06:27:25 +00:00
parent a4b4d2d2fd
commit b3e7e9a732
No known key found for this signature in database

View file

@ -76,7 +76,7 @@ let
tfFeature = x: if x then "1" else "0"; tfFeature = x: if x then "1" else "0";
version = "2.9.0"; version = "2.9.1";
variant = if cudaSupport then "-gpu" else ""; variant = if cudaSupport then "-gpu" else "";
pname = "tensorflow${variant}"; pname = "tensorflow${variant}";
@ -190,7 +190,7 @@ let
owner = "tensorflow"; owner = "tensorflow";
repo = "tensorflow"; repo = "tensorflow";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-9VsgNvl+2gxxkC4F+pq4ABuOONpcf96Qbk46shDRpVY="; hash = "sha256-kILNvwHi29F8BClYsZw+7RT2t6x57AsAHURVTfs5uOE=";
}; };
# On update, it can be useful to steal the changes from gentoo # On update, it can be useful to steal the changes from gentoo