python36Packages.pyaxmlparser: 0.3.11 -> 0.3.13

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pyaxmlparser/versions
This commit is contained in:
R. RyanTM 2018-11-08 18:42:37 -08:00
parent a054d74507
commit e28ebc8ad2

View file

@ -1,12 +1,12 @@
{ buildPythonPackage, stdenv, lxml, click, fetchPypi }:
buildPythonPackage rec {
version = "0.3.11";
version = "0.3.13";
pname = "pyaxmlparser";
src = fetchPypi {
inherit pname version;
sha256 = "dbe5ca9ddcf2f5041f6e5e3acc81d2940c696db89de4f840535a256e78f5e489";
sha256 = "1mzdrifnaky57vkmdvg0rgjss55xkxaramci3wpv4h65lmk95988";
};
propagatedBuildInputs = [ lxml click ];