From 3caeec004ef3e90f411a213b0b4962e690b33a98 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 14 Jun 2025 15:11:55 +0000 Subject: [PATCH] python3Packages.dvc-objects: 5.1.0 -> 5.1.1 --- pkgs/development/python-modules/dvc-objects/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dvc-objects/default.nix b/pkgs/development/python-modules/dvc-objects/default.nix index bf9f89722b42..92f56107ebb9 100644 --- a/pkgs/development/python-modules/dvc-objects/default.nix +++ b/pkgs/development/python-modules/dvc-objects/default.nix @@ -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 ]; };