9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-y8qLVfdkxRrDjtrTOLK5Zvi/1Vyv8eOnCueUkaRp4sQ=";
21 pythonImportsCheck = [
30 description = "Python library to protect your users from Excel injections in CSV-format exports, drop-in replacement for standard library's csv module";
31 homepage = "https://github.com/raphaelm/defusedcsv";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ hexa ];