python37Packages.awkward: 0.8.15 -> 0.9.0 (#61014)

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-05-05 20:47:13 -07:00 committed by Dmitry Kalinkin
parent 4e414a1dd0
commit 89a650a593

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