dvc-with-remotes: 3.48.3 -> 3.48.4

This commit is contained in:
R. Ryantm 2024-03-21 20:28:22 +00:00
parent 34cfa58e79
commit 0c0cc1e13d
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.48.3";
version = "3.48.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -66,7 +66,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-NY3fwo7063hrgYK0a7/PLlPORxhqGgowNtLWo/CN+PY=";
hash = "sha256-vO+i0BU8mQuLfgb1rcGRmlb8gpHsRxgdwuJHRERA4Pw=";
};
pythonRelaxDeps = [