python3Packages.dvc-objects: 5.1.0 -> 5.1.1

R. Ryantm 3caeec00 329fd212

Changed files
+3 -3
pkgs
development
python-modules
dvc-objects
+3 -3
pkgs/development/python-modules/dvc-objects/default.nix
···
buildPythonPackage rec {
pname = "dvc-objects";
-
version = "5.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "iterative";
repo = "dvc-objects";
tag = version;
-
hash = "sha256-CXZKya22i2PhHk/CYd10AlzkiOBo5xZfR9l4rnkaV5Y=";
};
postPatch = ''
···
meta = with lib; {
description = "Library for DVC objects";
homepage = "https://github.com/iterative/dvc-objects";
-
changelog = "https://github.com/iterative/dvc-objects/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};
···
buildPythonPackage rec {
pname = "dvc-objects";
+
version = "5.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "iterative";
repo = "dvc-objects";
tag = version;
+
hash = "sha256-NjpQJhpNkl+M+aFWG0AaPUc546F7L23PcduMKNtGDL4=";
};
postPatch = ''
···
meta = with lib; {
description = "Library for DVC objects";
homepage = "https://github.com/iterative/dvc-objects";
+
changelog = "https://github.com/iterative/dvc-objects/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};