python311Packages.dvc: 3.21.1 -> 3.22.0

Diff: https://github.com/iterative/dvc/compare/refs/tags/3.21.1...3.22.0

Changelog: https://github.com/iterative/dvc/releases/tag/3.22.0
This commit is contained in:
Fabian Affolter 2023-09-20 08:52:44 +02:00
parent 6a1b459f0b
commit 952d674141

View file

@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.21.1";
version = "3.22.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FCVxSkVWWtk6dTOtO+l28bDvXnxjX8wwy1uE/5Go4Mw=";
hash = "sha256-8L8ilGOPSfc6mW4JmmLM7VimwlFBQ6h5WIxaRnvWcm0=";
};
pythonRelaxDeps = [