python27Packages.xmlschema: 1.0.16 -> 1.0.17

This commit is contained in:
R. RyanTM 2019-12-24 02:45:58 -08:00 committed by Jon
parent c7737048d3
commit 9ecdc298f3

View File

@ -4,14 +4,14 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.0.16"; version = "1.0.17";
pname = "xmlschema"; pname = "xmlschema";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sissaschool"; owner = "sissaschool";
repo = "xmlschema"; repo = "xmlschema";
rev = "v${version}"; rev = "v${version}";
sha256 = "0mxvpafkaxib3qiz3zl7fbsgjaq9hbx4kb0w646azwhg7n7nxghj"; sha256 = "0wbz243q8028ljnh6nq3kxawiwpg5p2bwg1b23ibf7zbrhazcj4k";
}; };
propagatedBuildInputs = [ elementpath ]; propagatedBuildInputs = [ elementpath ];