8 buildPythonPackage rec {
12 # Python 3.11 changed the API of the `inspect` module and fn was never
13 # updated to adapt; last commit was in 2014.
14 disabled = pythonAtLeast "3.11";
17 inherit pname version;
18 sha256 = "1nmsjmn8jb4gp22ksx0j0hhdf4y0zm8rjykyy2i6flzimg6q1kgq";
23 url = "https://github.com/kachayev/fn.py/commit/a54fc0bd8aeae277de2db726131d249ce607c0c2.patch";
24 hash = "sha256-I0ZISOgVibsc1k7gwSfeW6qV9PspQqdaHlRLr/IusQ8=";
33 Functional programming in Python: implementation of missing
36 homepage = "https://github.com/kachayev/fn.py";
37 license = licenses.asl20;