python: pyaxmlparser: 0.3.7 -> 0.3.9

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:04 +02:00
parent 2e72070975
commit 6de6a385ae

@ -1,12 +1,12 @@
{ buildPythonPackage, stdenv, lxml, click, fetchPypi }:
buildPythonPackage rec {
version = "0.3.7";
version = "0.3.9";
pname = "pyaxmlparser";
src = fetchPypi {
inherit pname version;
sha256 = "1spwr28sc6fc3cqdx2j2zq38qx889hixl4ahhf1nphpmrl39ypxr";
sha256 = "af714d8adafcea776dd14cbd6d09f5d6d278f7ba333f540dde3b4c34f5f04784";
};
propagatedBuildInputs = [ lxml click ];