3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.dvc-objects: 0.0.20 -> 0.0.23

This commit is contained in:
R. Ryantm 2022-07-11 11:21:10 +00:00
parent 641ce01ee9
commit cc5a1c9135

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "0.0.20";
version = "0.0.23";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-n5knh8MbT0CUvPBABRAewMN9AU5afV5CBAM8hqgdHw0=";
hash = "sha256-kiPDBhqQQJkVR/PWCKd4OFCIRznY3y6pgXiBQ3hBaaM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;