python311Packages.dvc: 3.26.1 -> 3.26.2

Diff: https://github.com/iterative/dvc/compare/refs/tags/3.26.1...3.26.2

Changelog: https://github.com/iterative/dvc/releases/tag/3.26.2
This commit is contained in:
Fabian Affolter 2023-10-17 22:40:00 +02:00
parent 0c6f367b5e
commit 1778111a15

View File

@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.26.1";
version = "3.26.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Z+ycEZHAtEewObxkRkKRvlsZNxc//afdAMw0KNiZ7UM=";
hash = "sha256-l7iZLfz+UlUvfUhZyk9l8Pr8mXN7YhYB1AG9HzGat4A=";
};
pythonRelaxDeps = [