Commit 78933d5b authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 624c2017
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "dvc-studio-client";
  version = "0.13.0";
  version = "0.15.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-m4UJRRwY+aJdPIMHPIWe3En7FCADeT1qCZnu3BJeYXc=";
    hash = "sha256-azv9B5TiDlKzPD1+8tUOyMo8LDVgcSwiikwLrM/9ZEg=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;