python3Packages.dvc-objects: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm
2025-06-14 15:11:55 +00:00
parent 329fd2121f
commit 3caeec004e
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "5.1.0";
version = "5.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-objects";
tag = version;
hash = "sha256-CXZKya22i2PhHk/CYd10AlzkiOBo5xZfR9l4rnkaV5Y=";
hash = "sha256-NjpQJhpNkl+M+aFWG0AaPUc546F7L23PcduMKNtGDL4=";
};
postPatch = ''
@@ -54,7 +54,7 @@ buildPythonPackage rec {
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}";
changelog = "https://github.com/iterative/dvc-objects/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};