dvc: 2.57.2 -> 2.57.3

Changelog: https://github.com/iterative/dvc/releases/tag/2.57.3
This commit is contained in:
Fabian Affolter 2023-05-22 10:01:39 +02:00
parent 9c6ea01e02
commit 469a3126d4

View file

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dvc";
version = "2.57.2";
version = "2.57.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WOg/FROeM8G0knqg0EzyWSthGs3rhDu09kk6R0trOVs=";
hash = "sha256-W9AgYTvTjmFBAlKIme+7GaGY1lCyYbmYJdUC1s+3Vc8=";
};
pythonRelaxDeps = [