python311Packages.dvc: 3.18.0 -> 3.20.0

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

Changelog: https://github.com/iterative/dvc/releases/tag/3.20.0
This commit is contained in:
Fabian Affolter
2023-09-15 12:33:56 +02:00
parent 573c1bf351
commit 9136e5cf3e
@@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.18.0";
version = "3.20.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wTKQmFvI4kaXGivRiGDoI4lM/xHxYUDBqplscvjVQRs=";
hash = "sha256-3cghehd2YLd4Ido6x4U4/SoQRO3ffw0B7JMA5NdfWa8=";
};
pythonRelaxDeps = [