Merge pull request #233760 from fabaff/ha-av-bump

dvc: 2.57.3 -> 2.58.1
This commit is contained in:
Fabian Affolter 2023-05-24 16:58:22 +02:00 committed by GitHub
commit d5087f5590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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