python310Packages.dvc: 3.8.1 -> 3.13.2
Diff: https://github.com/iterative/dvc/compare/refs/tags/3.8.1...3.13.2 Changelog: https://github.com/iterative/dvc/releases/tag/3.13.2
This commit is contained in:
@@ -55,14 +55,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc";
|
||||
version = "3.8.1";
|
||||
version = "3.13.2";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ZHB2XAYjPwhCWHqq2Kro4CzDW34YBaknv9xBotCDkOw=";
|
||||
hash = "sha256-vUL54pkm+3DMg6Mf8vRdAKp4WbV6MzEoqHWL9Gn/HDU=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
||||
Reference in New Issue
Block a user