python3Packages.dvc: 3.50.0 -> 3.51.2

https://github.com/iterative/dvc/releases/tag/3.51.2
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:54 +02:00
parent 1914dcc23c
commit 4ec50e36fd
@@ -57,7 +57,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.50.0";
version = "3.51.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -66,7 +66,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-/MvKWpJzKWLj1+y8nPMQiAwdktmQyJNM+s6ctYNk9u0=";
hash = "sha256-MjzunpPWzGfa62Jr+krEdm+i+N10QNmW7qRWaU/58OM=";
};
pythonRelaxDeps = [