python311Packages.dvc: 3.33.4 -> 3.37.0

Diff: https://github.com/iterative/dvc/compare/refs/tags/3.33.4...3.37.0

Changelog: https://github.com/iterative/dvc/releases/tag/3.37.0
This commit is contained in:
Fabian Affolter
2023-12-28 08:40:34 +01:00
parent e50dc6dd93
commit 617ea42bba
@@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.33.4";
version = "3.37.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NWu12FVJDSSuxYGVWFNlbAEUINg05s64EJ6gIaErQ9E=";
hash = "sha256-mO6fhPUub09nWmiFSciwNhuS4VJAjQgIukc+lQWB7Qg=";
};
pythonRelaxDeps = [