python3Packages.dvc: 3.43.1 -> 3.48.3

https://github.com/iterative/dvc/releases/tag/3.48.3
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:48 +01:00
parent ebb077d820
commit be42f4305a
@@ -57,7 +57,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.43.1";
version = "3.48.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -66,7 +66,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-9JS8N4BWikmXoo5TtpUD5El2vHST80NEOBdxkHfK4ME=";
hash = "sha256-k41MvkHuZEanOBXOcwsaSSRY0r446ks5eEGyqQbTZAY=";
};
pythonRelaxDeps = [