Merge pull request #285515 from fabaff/dvc-bump

python311Packages.dvc: 3.42.0 -> 3.43.0, python311Packages.dvc-objects: 3.0.3 -> 3.0.6
This commit is contained in:
Fabian Affolter
2024-02-01 19:42:35 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -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 = ''
@@ -58,7 +58,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.42.0";
version = "3.43.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -67,7 +67,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-NTviaNhGe3hisP32Ccp1wHTrKXHZZP7gJFwDy7BlI/M=";
hash = "sha256-i9hIsn5rybDaWSzAFKazwB5wgpL0DAyUrqnxqCGLiR0=";
};
pythonRelaxDeps = [