python312Packages.awkward: 2.6.9 -> 2.7.1

Diff
https://github.com/scikit-hep/awkward/compare/refs/tags/v2.6.9...v2.7.1

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

Changed files
+2 -2
pkgs
development
python-modules
awkward
+2 -2
pkgs/development/python-modules/awkward/default.nix
···
buildPythonPackage rec {
pname = "awkward";
-
version = "2.6.9";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "awkward";
rev = "refs/tags/v${version}";
-
hash = "sha256-kYDihmfzMH5LPXSgXpC64qMPqxIX59VzflhP0gWu92Y=";
};
build-system = [
···
buildPythonPackage rec {
pname = "awkward";
+
version = "2.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "awkward";
rev = "refs/tags/v${version}";
+
hash = "sha256-EcBSPW+us6RjxQu+rNc+++5vGsXyeJB27/Zuth3wacc=";
};
build-system = [