dependencies: updated more-itertools to 5.0.0
This commit is contained in:
parent
ef30457fcc
commit
5a352df847
1 changed files with 3 additions and 3 deletions
|
|
@ -907,14 +907,14 @@ self: super: {
|
|||
};
|
||||
};
|
||||
"more-itertools" = super.buildPythonPackage {
|
||||
name = "more-itertools-4.3.0";
|
||||
name = "more-itertools-5.0.0";
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
self."six"
|
||||
];
|
||||
src = fetchurl {
|
||||
url = "https://files.pythonhosted.org/packages/88/ff/6d485d7362f39880810278bdc906c13300db05485d9c65971dec1142da6a/more-itertools-4.3.0.tar.gz";
|
||||
sha256 = "17h3na0rdh8xq30w4b9pizgkdxmm51896bxw600x84jflg9vaxn4";
|
||||
url = "https://files.pythonhosted.org/packages/dd/26/30fc0d541d9fdf55faf5ba4b0fd68f81d5bd2447579224820ad525934178/more-itertools-5.0.0.tar.gz";
|
||||
sha256 = "1r12cm6mcdwdzz7d47a6g4l437xsvapdlgyhqay3i2nrlv03da9q";
|
||||
};
|
||||
meta = {
|
||||
license = [ pkgs.lib.licenses.mit ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue