11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "b6438f2195ecb9f6e8279b58971e02bc51814599b5d5383366eef91d867422ee";
20 propagatedBuildInputs = [
32 description = "A Python library for W3C Provenance Data Model (PROV)";
33 homepage = "https://github.com/trungdong/prov";
34 license = licenses.mit;
35 maintainers = with maintainers; [ ashgillman ];