Merge pull request #235500 from fabaff/dvc-bump

dvc: 2.58.1 -> 2.58.2
This commit is contained in:
Fabian Affolter 2023-06-02 10:17:52 +02:00 committed by GitHub
commit 4ea1abf3c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dvc";
version = "2.58.1";
version = "2.58.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-n6tX7sHzyeIWnpFM08QosQ7y27SB9OKMuQeSB25lJRU=";
hash = "sha256-sq5jrGtUVe8R4ZdjwEBW9yEYBe8o1xyFVZGcZ+tMvCs=";
};
pythonRelaxDeps = [