python3Packages.dvc: 3.60.1 -> 3.61.0 (#423197)

This commit is contained in:
Weijia Wang 2025-08-08 13:16:44 +08:00 committed by GitHub
commit 7f306c35da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [