mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
python311Packages.dvc: 3.22.1 -> 3.23.0
Diff: https://github.com/iterative/dvc/compare/refs/tags/3.22.1...3.23.0 Changelog: https://github.com/iterative/dvc/releases/tag/3.23.0
This commit is contained in:
parent
034c58f8e2
commit
d10be2a00b
@ -55,14 +55,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc";
|
||||
version = "3.22.1";
|
||||
version = "3.23.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iterative";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-MhgY2ThNtRIeAdGvs4ET683yer5OIO0CMU0fJcYs7c4=";
|
||||
hash = "sha256-Ti4RWIN5y38ZpS91Q/4HDE549evQ8rL7P/bp9D7ql7U=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user