python37Packages.awkward: 0.8.4 -> 0.8.7 (#57382)

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-03-23 09:04:35 -07:00 committed by Robert Schütz
parent 4269069460
commit db67e5c5d0

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "awkward";
version = "0.8.4";
version = "0.8.7";
src = fetchPypi {
inherit pname version;
sha256 = "7016dc02d15b8797b59a461ccc8d218f37c335b97fa6b376638c0edd4ffc9de2";
sha256 = "0a53c484za2l4yy1i05qhkylvygg8fnh4j1v3n35x2dsi929awdp";
};
nativeBuildInputs = [ pytestrunner ];