python310Packages.dvc: 3.15.2 -> 3.15.3

Changelog: https://github.com/iterative/dvc/releases/tag/3.15.3
This commit is contained in:
Fabian Affolter 2023-08-16 08:51:12 +02:00
parent a0d05d644a
commit 046dfbe9f0

View File

@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.15.2";
version = "3.15.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-dp4WovmiSHgjk48aq4BjEed80XFHgd61BkRQbYgxp0A=";
hash = "sha256-ceN8wgQRiwz3R98iPH+cJXqPTTxlBgnSGkpuVgWLvwY=";
};
pythonRelaxDeps = [