1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
10 sha256 = "e42aaa4b3e2f66102a11bfd563069704bfbfd84fdcb517b564effd736bf53cd9";
17 description = "Backport/clone of ChainMap";
18 homepage = "https://bitbucket.org/jeunice/chainmap";
19 license = licenses.psfl;
20 maintainers = with maintainers; [ abbradar ];