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