diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-01-22 18:10:15 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-01-22 18:10:15 +0100 |
| commit | 85256447c127db2b3e1671a26158f8677dc080ca (patch) | |
| tree | fefafda283981f0752306b05454d427a63e00829 /pkgs/development/python-modules/dvc-data | |
| parent | python310Packages.sqltrie: init at 0.0.26 (diff) | |
| download | nixpkgs-85256447c127db2b3e1671a26158f8677dc080ca.tar.gz | |
python310Packages.dvc-data: 0.28.4 -> 0.35.1
Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.28.4...0.35.1
Changelog: https://github.com/iterative/dvc-data/releases/tag/0.35.1
Diffstat (limited to 'pkgs/development/python-modules/dvc-data')
| -rw-r--r-- | pkgs/development/python-modules/dvc-data/default.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/dvc-data/default.nix b/pkgs/development/python-modules/dvc-data/default.nix index 29a8d835b63d..a5f557c2cc6f 100644 --- a/pkgs/development/python-modules/dvc-data/default.nix +++ b/pkgs/development/python-modules/dvc-data/default.nix @@ -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 |
