Unverified Commit d5087f55 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

dvc: 2.57.3 -> 2.58.1
parents 920917aa acbdd457
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [