python311Packages.dvc: 3.30.1 -> 3.30.3

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

Changelog: https://github.com/iterative/dvc/releases/tag/3.30.3
This commit is contained in:
Fabian Affolter 2023-11-29 10:35:33 +01:00
parent edfc8acaaf
commit bec0415f1a

View File

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