python311Packages.dvc: 3.20.0 -> 3.21.1
Diff: https://github.com/iterative/dvc/compare/refs/tags/3.20.0...3.21.1 Changelog: https://github.com/iterative/dvc/releases/tag/3.21.1
This commit is contained in:
parent
552aec32c0
commit
d375788403
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc";
|
||||
version = "3.20.0";
|
||||
version = "3.21.1";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-3cghehd2YLd4Ido6x4U4/SoQRO3ffw0B7JMA5NdfWa8=";
|
||||
hash = "sha256-FCVxSkVWWtk6dTOtO+l28bDvXnxjX8wwy1uE/5Go4Mw=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Reference in a new issue