mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python311Packages.dvc: 3.17.0 -> 3.18.0
Diff: https://github.com/iterative/dvc/compare/refs/tags/3.17.0...3.18.0 Changelog: https://github.com/iterative/dvc/releases/tag/3.18.0
This commit is contained in:
parent
06a2910a1b
commit
d9a9badb08
@ -55,14 +55,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc";
|
||||
version = "3.17.0";
|
||||
version = "3.18.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-MFwmER2BmSKqisgLvnLY3aFoRuzeObE7lr5JOesJdXE=";
|
||||
hash = "sha256-wTKQmFvI4kaXGivRiGDoI4lM/xHxYUDBqplscvjVQRs=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user