Gaetan Lepage 2024-10-07 17:46:39 +02:00
parent 7c5da9d338
commit 723310fabe

View File

@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "awkward";
version = "2.6.8";
version = "2.6.9";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "awkward";
rev = "refs/tags/v${version}";
hash = "sha256-2VhG4Elv1neBEfogfhjwlPltQK64wjaLUMhDg7xB/Ow=";
hash = "sha256-kYDihmfzMH5LPXSgXpC64qMPqxIX59VzflhP0gWu92Y=";
};
build-system = [