python311Packages.dvc: 3.20.0 -> 3.21.1

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

Changelog: https://github.com/iterative/dvc/releases/tag/3.21.1
This commit is contained in:
Fabian Affolter 2023-09-16 08:46:35 +02:00
parent 552aec32c0
commit d375788403

View file

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