Commit 4650c435 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

dvc: 2.56.0 -> 2.57.2

parent c8ae2377
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.56.0";
  version = "2.57.2";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-IpdlNwOuUNWgfphRH2UTQ/IvBHo39PafCqyioju8miI=";
    hash = "sha256-WOg/FROeM8G0knqg0EzyWSthGs3rhDu09kk6R0trOVs=";
  };

  pythonRelaxDeps = [