python311Packages.dvc: 3.17.0 -> 3.18.0

Diff: https://github.com/iterative/dvc/compare/refs/tags/3.17.0...3.18.0

Changelog: https://github.com/iterative/dvc/releases/tag/3.18.0
This commit is contained in:
Fabian Affolter 2023-09-07 10:13:27 +02:00
parent 06a2910a1b
commit d9a9badb08

View File

@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.17.0";
version = "3.18.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-MFwmER2BmSKqisgLvnLY3aFoRuzeObE7lr5JOesJdXE=";
hash = "sha256-wTKQmFvI4kaXGivRiGDoI4lM/xHxYUDBqplscvjVQRs=";
};
pythonRelaxDeps = [