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

python311Packages.dvc: 3.39.0 -> 3.40.0
This commit is contained in:
Fabian Affolter 2024-01-19 07:00:58 +01:00 committed by GitHub
commit ceb6fa0e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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