dvc: 3.51.2 -> 3.53.1

Changelog: https://github.com/iterative/dvc/releases/tag/3.53.1
This commit is contained in:
Fabian Affolter 2024-08-07 09:32:00 +02:00
parent 4a6ffe4f8c
commit 977020ff6e

View File

@ -57,7 +57,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.51.2";
version = "3.53.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -66,7 +66,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-MjzunpPWzGfa62Jr+krEdm+i+N10QNmW7qRWaU/58OM=";
hash = "sha256-YX65jAkM0LFFtKf+MX0w1BfhyR2Dzr5Vpwxl2jJ/GGw=";
};
pythonRelaxDeps = [