python311Packages.dvc: 3.30.3 -> 3.33.3

Diff: https://github.com/iterative/dvc/compare/refs/tags/3.30.3...3.33.3

Changelog: https://github.com/iterative/dvc/releases/tag/3.33.3
This commit is contained in:
Fabian Affolter 2023-12-07 14:22:11 +01:00
parent 23ff652157
commit c93621b27c

View File

@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.30.3";
version = "3.33.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-efj2p5Tj3VWJC7o8/nLpNrkM0eZodLMsFZRcZQpLFws=";
hash = "sha256-S6RHRY0G6YYcLa7CBFNxi1fVSJH7ZdgyqAo3wmLUNbE=";
};
pythonRelaxDeps = [