python311Packages.dvc: 3.43.0 -> 3.43.1

Diff: https://github.com/iterative/dvc/compare/refs/tags/3.43.0...3.43.1

Changelog: https://github.com/iterative/dvc/releases/tag/3.43.1
This commit is contained in:
Fabian Affolter 2024-02-01 18:16:04 +01:00
parent 0035717d59
commit a9ed996c27

View File

@ -58,7 +58,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.43.0";
version = "3.43.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -67,7 +67,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-Be68we8JP+XCv+aUrm/JIbeA5wXL+QSu7IpFxWWHsbA=";
hash = "sha256-i9hIsn5rybDaWSzAFKazwB5wgpL0DAyUrqnxqCGLiR0=";
};
pythonRelaxDeps = [