Revert "dvc: 3.50.0 -> 3.50.1"

This reverts commit 124fc242c1.
This commit is contained in:
Fabian Affolter 2024-04-28 18:40:40 +02:00
parent 0ad1757c27
commit bd62c41a66

View File

@ -58,7 +58,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.50.1";
version = "3.50.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -67,7 +67,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-sY4iU2YdljgpWQXwL8sE424ft0LDjcKf0Q2xZeyv4xs=";
hash = "sha256-/MvKWpJzKWLj1+y8nPMQiAwdktmQyJNM+s6ctYNk9u0=";
};
pythonRelaxDeps = [