Merge pull request #242717 from fabaff/dvc-bump

dvc: 3.4.0 -> 3.5.0
This commit is contained in:
Fabian Affolter 2023-07-11 20:41:46 +02:00 committed by GitHub
commit c8bf638a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dvc";
version = "3.4.0";
version = "3.5.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-dFwcVktK9EKKuAbY0xhRxtpCPld9+gFHnTd8wSmt1+4=";
hash = "sha256-AQE8KQ5j/EgN1P2HFghWXgQJbBc+KYu8kwNeV0Tktho=";
};
pythonRelaxDeps = [