python310Packages.tensorflow-metadata: 1.13.1 -> 1.14.0

This commit is contained in:
R. Ryantm
2023-08-30 01:31:19 +00:00
parent b9f22e151b
commit 5b66ff4591
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "tensorflow-metadata";
version = "1.13.1";
version = "1.14.0";
src = fetchFromGitHub {
owner = "tensorflow";
repo = "metadata";
rev = "refs/tags/v${version}";
hash = "sha256-G7OEupjKDbblp96u2oHVdSueGG5NON5gvYhuvyz4f3E=";
hash = "sha256-ZfX25CaV+tZVdas+n7O6Gqv1GxOP1iwippIXxfhcOfg=";
};
patches = [