python310Packages.awkward: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2022-09-03 10:45:23 +00:00 committed by Dmitry Kalinkin
parent 91e1f0cd62
commit bf5ccf2e91

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "awkward";
version = "1.8.0";
version = "1.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZlX6ItGx0dy5zO4NUCNQq5DFNGehC1QLdiRCK1lNLnI=";
sha256 = "sha256-yteZI35DcLUPd+cW543TVlp7P9gvzVpBp2qhUS1RB10=";
};
nativeBuildInputs = [ cmake ];