Commit 85256447 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 6273b437
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -8,13 +8,14 @@
, nanotime
, pygtrie
, pythonOlder
, shortuuid
, setuptools-scm
, shortuuid
, sqltrie
}:

buildPythonPackage rec {
  pname = "dvc-data";
  version = "0.28.4";
  version = "0.35.1";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-ocwOIhguH460+HJ0sE5Wj+KOiyG4NprJ+QaO+YtfTGU=";
    hash = "sha256-MyYRkClbJDcMgwAHcESY0Bo7LgAFpDtkOVmVRUJ7jME=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;
@@ -40,6 +41,7 @@ buildPythonPackage rec {
    nanotime
    pygtrie
    shortuuid
    sqltrie
  ];

  # Tests depend on upath which is unmaintained and only available as wheel