python312Packages.awkward: 2.6.8 -> 2.6.9
Diff: https://github.com/scikit-hep/awkward/compare/refs/tags/v2.6.8...v2.6.9 Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.6.9
This commit is contained in:
parent
7c5da9d338
commit
723310fabe
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user