python3Packages.dvc-data: 3.17.0 -> 3.18.2 (#479216)
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
tqdm,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "dvc-data";
|
||||
version = "3.17.0";
|
||||
version = "3.18.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.12";
|
||||
@@ -25,8 +25,8 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
repo = "dvc-data";
|
||||
tag = version;
|
||||
hash = "sha256-KDChfJ16tINpALtiisBn5t9hi3l6v03wVeMkukIecqs=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-3Zct/cOSxf8UYT4Kss4krWERrBatd5R3mcpDivsCIac=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
@@ -51,9 +51,9 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "DVC's data management subsystem";
|
||||
homepage = "https://github.com/iterative/dvc-data";
|
||||
changelog = "https://github.com/iterative/dvc-data/releases/tag/${src.tag}";
|
||||
changelog = "https://github.com/iterative/dvc-data/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "dvc-data";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user