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-10-13 11:08:54 +02:00
parent 8c98d7df03
commit 3153316dbb
@@ -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 ];