python3Packages.more-itertools: 10.3.0 -> 10.5.0

https://more-itertools.readthedocs.io/en/stable/versions.html
This commit is contained in:
Martin Weinelt 2024-09-29 17:05:38 +02:00
parent 8c98d7df03
commit 3153316dbb

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "more-itertools";
version = "10.3.0";
version = "10.5.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-5dk+9BEiT7zvNmpujdxMV4G8Y1nUNBKmXdWWTkYRFGM=";
hash = "sha256-VIK/73hJwl3Dxt1Tphc65HldoqQagPrqZwDZ9YRsXaY=";
};
nativeBuildInputs = [ flit-core ];