python3Packages.dvc-objects: 0.1.7 -> 0.14.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:08 +01:00
parent 777d2dd69b
commit 38b979a0fe

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "0.1.7";
version = "0.14.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Edp2MRhe/eTUosL4XQfVbtwFWBg3D5RDWRb6r1C4MgE=";
hash = "sha256-Refpekyr114mIGvbaAynxldA+s83EtALeLoTQO73b/M=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;