dvc: 3.48.3 -> 3.48.4
Diff: https://github.com/iterative/dvc/compare/refs/tags/3.48.3...3.48.4 Changelog: https://github.com/iterative/dvc/releases/tag/3.48.4
This commit is contained in:
parent
df3a7e8c3c
commit
87236cef04
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue