python37Packages.awkward: 0.9.0 -> 0.10.3 (#62512)

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-awkward/versions
This commit is contained in:
R. RyanTM 2019-06-03 16:42:59 -07:00 committed by Dmitry Kalinkin
parent 0822701ffd
commit a69bf37d97

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "awkward";
version = "0.9.0";
version = "0.10.3";
src = fetchPypi {
inherit pname version;
sha256 = "140fdncibnlpdqr6hk8lhgkv7m2v8786rips5qp92r05agfzbhs0";
sha256 = "0vq27db5k8cc5jpbdrl531gjhig0f9iy0i7z6ks81lz1a2mkvjik";
};
nativeBuildInputs = [ pytestrunner ];