python311Packages.dvc-objects: 3.0.3 -> 3.0.6

Diff: https://github.com/iterative/dvc-objects/compare/refs/tags/3.0.3...3.0.6

Changelog: https://github.com/iterative/dvc-objects/releases/tag/3.0.6
This commit is contained in:
Fabian Affolter 2024-02-01 10:57:38 +01:00
parent 5efd33ebde
commit 0035717d59

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "3.0.3";
version = "3.0.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-objects";
rev = "refs/tags/${version}";
hash = "sha256-JQ3UDUOpuxPavXkoJqbS0T7y3kpwuJ8NvqAl3DahoLU=";
hash = "sha256-os4MzxB4IuqJ9EsKZXGzOU23Qf6LLLiV6SLaNpMlEp8=";
};
postPatch = ''