Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.awkward: 2.4.9 -> 2.4.10

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.4.10

+2 -2
+2 -2
pkgs/development/python-modules/awkward/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "awkward"; 26 - version = "2.4.9"; 26 + version = "2.4.10"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.8"; ··· 32 32 owner = "scikit-hep"; 33 33 repo = "awkward"; 34 34 rev = "refs/tags/v${version}"; 35 - hash = "sha256-8MllMKf/xp5SdtF9P1Sa6Ytml4nQ5OX7vs7ITU8mCRU="; 35 + hash = "sha256-D+bgKI6olK3smgnRdACvd0gYMWvS6ao6f7nQh3YExXw="; 36 36 }; 37 37 38 38 nativeBuildInputs = [