pythonPackages.awkward1: 0.1.38 -> 0.2.12

This commit is contained in:
Dmitry Kalinkin 2020-04-11 10:50:00 -04:00
parent a7bd722ec8
commit ab1c67eacd
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "awkward1";
version = "0.1.38";
version = "0.2.12";
src = fetchPypi {
inherit pname version;
sha256 = "1c87defa8c1661ffe36f8a785fa9a60ae3b70484984a935e710cd8cb1f763fd7";
sha256 = "a87d89c218151d840c032be4cba6801801683ea00e91dc17fd7bc527ad8eb09b";
};
nativeBuildInputs = [ cmake ];
@ -29,7 +29,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
description = "Development of awkward 1.0, to replace scikit-hep/awkward-array in 2020";
description = "Manipulate JSON-like data with NumPy-like idioms";
homepage = "https://github.com/scikit-hep/awkward-1.0";
license = licenses.bsd3;
maintainers = with maintainers; [ veprbl ];