Merge pull request #280887 from r-ryantm/auto-update/python311Packages.dvc

python311Packages.dvc: 3.38.1 -> 3.39.0
This commit is contained in:
Fabian Affolter 2024-01-14 12:48:56 +01:00 committed by GitHub
commit d111063b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,14 +56,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.38.1";
version = "3.39.0";
pyproject = true;
src = fetchFromGitHub {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-P3N9wCmua0kS9vli+QUjJPZSeQXO9t8m1Ei+CeN2tEU=";
hash = "sha256-sFrbG9CKt8PaW9qdXBxEa516lnRWzFdTEbdCW6VFUuQ=";
};
pythonRelaxDeps = [