Merge pull request #182433 from r-ryantm/auto-update/python3.10-dvc-objects

python310Packages.dvc-objects: 0.1.1 -> 0.1.4
This commit is contained in:
Fabian Affolter
2022-07-23 15:59:53 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "0.1.1";
version = "0.1.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-s399GZ/ZuGQcV03NMJMUczEI00m8/xuuFJfzcjuV7T0=";
hash = "sha256-fFpRrFRa1VcVdc/uIJZ+DR74ivttRKkXgibXV3q72qY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;