Unverified Commit 9d5aee5c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #266458 from GaetanLepage/awkward

python311Packages.awkward: 2.4.9 -> 2.4.10
parents d4fa46ed fdd13ff8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "awkward";
  version = "2.4.9";
  version = "2.4.10";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "scikit-hep";
    repo = "awkward";
    rev = "refs/tags/v${version}";
    hash = "sha256-8MllMKf/xp5SdtF9P1Sa6Ytml4nQ5OX7vs7ITU8mCRU=";
    hash = "sha256-D+bgKI6olK3smgnRdACvd0gYMWvS6ao6f7nQh3YExXw=";
  };

  nativeBuildInputs = [