python311Packages.dvc: 3.16.0 -> 3.17.0
Diff: https://github.com/iterative/dvc/compare/refs/tags/3.16.0...3.17.0 Changelog: https://github.com/iterative/dvc/releases/tag/3.17.0
This commit is contained in:
parent
743f1b8475
commit
df812eb2f5
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc";
|
||||
version = "3.16.0";
|
||||
version = "3.17.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-LbSmyNgRFejDGHurzDJvJxuhjPuRPDJ1t6T6p3f6UQk=";
|
||||
hash = "sha256-MFwmER2BmSKqisgLvnLY3aFoRuzeObE7lr5JOesJdXE=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Reference in a new issue