python38Packages.pyaxmlparser: 0.3.21 -> 0.3.24

This commit is contained in:
R. RyanTM 2019-11-28 21:15:56 -08:00 committed by Jon
parent 3a0133e343
commit ec9a33af36

View File

@ -1,7 +1,7 @@
{ buildPythonPackage, stdenv, lxml, click, fetchFromGitHub, pytest, isPy3k }: { buildPythonPackage, stdenv, lxml, click, fetchFromGitHub, pytest, isPy3k }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.3.21"; version = "0.3.24";
pname = "pyaxmlparser"; pname = "pyaxmlparser";
# the PyPI tarball doesn't ship tests. # the PyPI tarball doesn't ship tests.
@ -9,7 +9,7 @@ buildPythonPackage rec {
owner = "appknox"; owner = "appknox";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1bphd2vl9akk78yqvvxcz36wmr47hp3nh6xyrdc8w1avy1aby1ij"; sha256 = "0fys26p7xhbnbdzp80zm6n3mragp38p08nyrsnilfgnlpi6rjpg0";
}; };
disabled = !isPy3k; disabled = !isPy3k;