python3Packages.more-itertools: 10.8.0 -> 11.1.0

https://more-itertools.readthedocs.io/en/stable/versions.html
This commit is contained in:
Martin Weinelt
2026-07-12 22:33:00 +02:00
parent 1ffb644dc3
commit 3d272d582c

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "more-itertools";
version = "10.8.0";
version = "11.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "more-itertools";
repo = "more-itertools";
tag = "v${version}";
hash = "sha256-ZKvucnPFCA6Q4EQn/nKC9LIevOdSYXHIJ3w3Frregic=";
hash = "sha256-fk2QRwOYgYfANtwRpEtGK5F+rRI2Gj25l0XaP9svJz8=";
};
build-system = [ flit-core ];