python3Packages.xmlschema: 1.0.15 -> 1.0.16

This commit is contained in:
Jonathan Ringer 2019-11-25 17:14:17 -08:00 committed by Jon
parent e010c1b031
commit 57cf4eb83b

View File

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