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

Merge pull request #261711 from fabaff/dvc-bump

python311Packages.dvc: 3.26.1 -> 3.26.2
parents acc75f4f 1778111a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,14 +55,14 @@

buildPythonPackage rec {
  pname = "dvc";
  version = "3.26.1";
  version = "3.26.2";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Z+ycEZHAtEewObxkRkKRvlsZNxc//afdAMw0KNiZ7UM=";
    hash = "sha256-l7iZLfz+UlUvfUhZyk9l8Pr8mXN7YhYB1AG9HzGat4A=";
  };

  pythonRelaxDeps = [