Commit 9e204e0a authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 188c8305
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@

buildPythonPackage rec {
  pname = "dvc";
  version = "3.54.0";
  version = "3.54.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -66,7 +66,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = "dvc";
    rev = "refs/tags/${version}";
    hash = "sha256-FmWL6NHFnR/NHI1QTIqByRyX27/SocuTWT9huBa4KWA=";
    hash = "sha256-q4o5IFL/Txy5qoe71FYzCEf7O+0RvlASripZzU3xaOw=";
  };

  pythonRelaxDeps = [