forked from mirrors/nixpkgs
python3Packages.xmlschema: 1.0.15 -> 1.0.16
This commit is contained in:
parent
e010c1b031
commit
57cf4eb83b
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.0.15";
|
||||
version = "1.0.16";
|
||||
pname = "xmlschema";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sissaschool";
|
||||
repo = "xmlschema";
|
||||
rev = "v${version}";
|
||||
sha256 = "1s8ggvy2s7513cxcal3r37rn1bhpkxhq3hs5m9pgvmrysxjdz8lb";
|
||||
sha256 = "0mxvpafkaxib3qiz3zl7fbsgjaq9hbx4kb0w646azwhg7n7nxghj";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ elementpath ];
|
||||
|
|
Loading…
Add table
Reference in a new issue