about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyaxmlparser
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-23 07:44:05 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-23 09:00:05 -0700
commit074c8d05ce9d22611c41299c8b58967c815f7a55 (patch)
tree9f1d8b2649a4ac8be5757ccfd4c38d43b4bd00a1 /pkgs/development/python-modules/pyaxmlparser
parentd88936ad8d83bcc470d864e60347d551ef6c54e6 (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/pyaxmlparser')
-rw-r--r--pkgs/development/python-modules/pyaxmlparser/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyaxmlparser/default.nix b/pkgs/development/python-modules/pyaxmlparser/default.nix
index 1034c9d844d9f..c6c1afdcc95f4 100644
--- a/pkgs/development/python-modules/pyaxmlparser/default.nix
+++ b/pkgs/development/python-modules/pyaxmlparser/default.nix
@@ -1,7 +1,7 @@
 { buildPythonPackage, stdenv, lxml, click, fetchFromGitHub, pytest, isPy3k }:
 
 buildPythonPackage rec {
-  version = "0.3.15";
+  version = "0.3.21";
   pname = "pyaxmlparser";
 
   # the PyPI tarball doesn't ship tests.
@@ -9,7 +9,7 @@ buildPythonPackage rec {
     owner = "appknox";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0p4x21rg8h7alrg2zk6rbgc3fj77fiyky4zzvziz2bp5jpx1pvzp";
+    sha256 = "1bphd2vl9akk78yqvvxcz36wmr47hp3nh6xyrdc8w1avy1aby1ij";
   };
 
   disabled = !isPy3k;