python3Packages.tensorflow-metadata: 1.17.2 -> 1.17.3
Diff: https://github.com/tensorflow/metadata/compare/v1.17.2...v1.17.3 Changelog: https://github.com/tensorflow/metadata/releases/tag/v1.17.3
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
protobuf,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "tensorflow-metadata";
|
||||
version = "1.17.2";
|
||||
version = "1.17.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tensorflow";
|
||||
repo = "metadata";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-YqFQOm8K4WFUlpWqkZm8pZpfupf7ZtJTODJodjLnzK4=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-4xj2JfQryGy7a9ho9/JJtyg+0H5VLQzq9JevOmOWJZk=";
|
||||
};
|
||||
|
||||
patches = [ ./build.patch ];
|
||||
@@ -54,8 +54,8 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Standard representations for metadata that are useful when training machine learning models with TensorFlow";
|
||||
homepage = "https://github.com/tensorflow/metadata";
|
||||
changelog = "https://github.com/tensorflow/metadata/releases/tag/v${version}";
|
||||
changelog = "https://github.com/tensorflow/metadata/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ ndl ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user