6 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7";
19 description = "Module for decorators, wrappers and monkey patching";
20 license = lib.licenses.bsd2;
21 homepage = "https://github.com/GrahamDumpleton/wrapt";