Merge pull request #240798 from r-ryantm/auto-update/python310Packages.awkward

python310Packages.awkward: 2.2.3 -> 2.2.4
This commit is contained in:
Dmitry Kalinkin
2023-06-30 19:07:02 -04:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "awkward";
version = "2.2.3";
version = "2.2.4";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yx/z8lTqVWnMTp7TlH+rtAHb3cskm1iViZedhfs0EUI=";
hash = "sha256-v06mYdoP/WfIfz6x6+MJvS4YOsTsyWqhCyAykZ1d5v4=";
};
nativeBuildInputs = [
@@ -55,6 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Manipulate JSON-like data with NumPy-like idioms";
homepage = "https://github.com/scikit-hep/awkward";
changelog = "https://github.com/scikit-hep/awkward/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ veprbl ];
};