python310Packages.more-itertools: 9.0.0 -> 9.1.0

Changelog: https://more-itertools.readthedocs.io/en/stable/versions.html
This commit is contained in:
Sandro Jäckel 2023-03-09 00:48:58 +01:00
parent 6e1026530b
commit 8fc5d9f3b0
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "more-itertools";
version = "9.0.0";
version = "9.1.0";
format = "flit";
src = fetchPypi {
inherit pname version;
hash = "sha256-WmJX5Ah47wUgsYA5kOPiIwOkG1cUAGwyo/2DBLJuoas=";
hash = "sha256-yrqjQa0DieqDwXqUVmpTrkydBzSYYeyxTcbQNFz5rF0=";
};
nativeBuildInouts = [