python310Packages.awkward: 2.0.8 -> 2.2.1 (#235333)

This commit is contained in:
Dmitry Kalinkin
2023-06-01 02:49:04 -04:00
committed by GitHub
parent a34dc61164
commit 7a3dc9465a
2 changed files with 4 additions and 4 deletions
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awkward-cpp";
version = "9";
version = "15";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2xyRwh+IuJo5tGF27cZ6CLN/coPBai7VFZ48h0YTxho=";
sha256 = "f6c825db2db981f852903d9574a07015c5d53ef8e4630772f18c7f167045aa0d";
};
nativeBuildInputs = [