summary refs log blame commit diff
path: root/pkgs/development/python-modules/defusedxml/default.nix
blob: 581a6cce9b2aa01cf03d302e268afd38fd080e8d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                  


                        
                    


                          
                                                                                

    
{ buildPythonPackage, fetchPypi }:

buildPythonPackage rec {
  pname = "defusedxml";
  version = "0.6.0";

  src = fetchPypi {
    inherit pname version;
    sha256 = "f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5";
  };
}