python37Packages.pyaxmlparser: 0.3.15 -> 0.3.21
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.7-pyaxmlparser/versions
This commit is contained in:
parent
d88936ad8d
commit
074c8d05ce
@ -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.15";
|
version = "0.3.21";
|
||||||
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 = "0p4x21rg8h7alrg2zk6rbgc3fj77fiyky4zzvziz2bp5jpx1pvzp";
|
sha256 = "1bphd2vl9akk78yqvvxcz36wmr47hp3nh6xyrdc8w1avy1aby1ij";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user