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

dvc-with-remotes: 3.55.1 -> 3.55.2 (#339512)

parents e5265436 ad595e7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@

buildPythonPackage rec {
  pname = "dvc";
  version = "3.55.1";
  version = "3.55.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -66,7 +66,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = "dvc";
    rev = "refs/tags/${version}";
    hash = "sha256-DrhjmVHCX1lXJUrklVgO/eguL1uRQ33kJjSgCAEIyew=";
    hash = "sha256-yNnOSYh4lCefTnIgNstsKaRbrPCgSiWEgKeF66KD66k=";
  };

  pythonRelaxDeps = [