Commit bfbac40c authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 1b6758a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,14 +55,14 @@

buildPythonPackage rec {
  pname = "dvc";
  version = "3.28.0";
  version = "3.30.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-oCNszhLGNXNGiQtp91wT4GfuNzDhbZrVR55K41Ykhdg=";
    hash = "sha256-ZAOuXK1snsDZETnpyyDZT65ZWu47Qxtv7l8Blqg2Qtw=";
  };

  pythonRelaxDeps = [