python311Packages.dvc: 3.25.0 -> 3.26.0

Diff: https://github.com/iterative/dvc/compare/refs/tags/3.25.0...3.26.0

Changelog: https://github.com/iterative/dvc/releases/tag/3.26.0
This commit is contained in:
Fabian Affolter 2023-10-15 10:29:35 +02:00
parent 4bb928c82a
commit c914912446

View file

@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.25.0";
version = "3.26.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-h84j83DPq/bvGSjA/i8fnJmuFfDg3c2dr2OgvC2/46s=";
hash = "sha256-IpruRtlWZkkcuF7jpuDPzGM00gJ7y48rMU3mY2NjWV8=";
};
pythonRelaxDeps = [