python3Packages.dvc: 3.60.1 -> 3.61.0

This commit is contained in:
R. Ryantm 2025-07-07 12:40:37 +00:00 committed by Weijia Wang
parent 1932f2fe90
commit e705683fa4

View File

@ -65,7 +65,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.60.1";
version = "3.61.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -74,7 +74,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
tag = version;
hash = "sha256-e5QOWpx0Q47BJxnw9zWi483uezDN1pRevuBCrFGNpp0=";
hash = "sha256-h+jhXGLxS6atMk84Y942QuEhVRYzZJs1pn/wcde3TN0=";
};
pythonRelaxDeps = [