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