dvc-with-remotes: 3.48.4 -> 3.49.0

This commit is contained in:
R. Ryantm 2024-03-27 11:45:28 +00:00
parent fd2ac5b6f3
commit 3875d6cab2
1 changed files with 2 additions and 2 deletions

View File

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