python310Packages.dvc-objects: 0.14.0 -> 0.19.0

Diff: https://github.com/iterative/dvc-objects/compare/refs/tags/0.14.0...0.19.0

Changelog: https://github.com/iterative/dvc-objects/releases/tag/0.19.0
This commit is contained in:
Fabian Affolter
2023-01-22 17:26:17 +01:00
parent ca81442a99
commit d37f257e6b
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "0.14.0";
version = "0.19.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Refpekyr114mIGvbaAynxldA+s83EtALeLoTQO73b/M=";
hash = "sha256-jwjhRY1SMqiTZ5UJmoZb4odg3g8uC9ehPmxRU2VsH8U=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;