pythonPackages.defusedxml: Move to own file
This commit is contained in:
committed by
Frederik Rietdijk
parent
adb19caa9d
commit
b21f68f0c0
11
pkgs/development/python-modules/defusedxml/default.nix
Normal file
11
pkgs/development/python-modules/defusedxml/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "defusedxml";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1x54n0h8hl92vvwyymx883fbqpqjwn2mc8fb383bcg3z9zwz5mr4";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user