Merge pull request #271861 from fabaff/dvc-objects-bump

python311Packages.dvc-objects: 1.3.0 -> 1.3.2
This commit is contained in:
Robert Scott 2023-12-03 17:37:53 +00:00 committed by GitHub
commit 97121fe0d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "1.3.0";
version = "1.3.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mqFrXwXMvndXb9oUVwu2IOG7Ltti6AT9acsQx/gdRSs=";
hash = "sha256-30UnTbEHpGSgSGnhml7pXtPDivH9+NO7nvK4jEmRRUA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;