Skip to content

Commit

Permalink
python312Packages.tensorflow-metadata: 1.15.0 -> 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 23, 2024
1 parent 9ef8694 commit de053b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "tensorflow-metadata";
version = "1.15.0";
version = "1.16.1";
format = "setuptools";

src = fetchFromGitHub {
owner = "tensorflow";
repo = "metadata";
rev = "refs/tags/v${version}";
hash = "sha256-f3bkDTy45uwqVJaXFb0Dmaj9U1lJTP5R5Ej1yzobEV4=";
hash = "sha256-MP5P4kFACT1guZVU3f9YrnKeQaUK0Tnu7edKRy4yvlM=";
};

patches = [ ./build.patch ];
Expand Down

0 comments on commit de053b7

Please sign in to comment.