Merge pull request #259738 from r-ryantm/auto-update/dvc

dvc: 3.23.0 -> 3.24.0
This commit is contained in:
Nick Cao 2023-10-08 10:13:57 -04:00 committed by GitHub
commit eee5a3ba33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.23.0";
version = "3.24.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Ti4RWIN5y38ZpS91Q/4HDE549evQ8rL7P/bp9D7ql7U=";
hash = "sha256-tXKZSAM/AwqnsXXmXeOLFTvsYvprcadH0rr78r99aPA=";
};
pythonRelaxDeps = [