mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
python311Packages.awkward: 2.6.3 -> 2.6.4
Diff: https://github.com/scikit-hep/awkward/compare/refs/tags/v2.6.3...v2.6.4 Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.6.4
This commit is contained in:
parent
79e15fca8e
commit
681e0d87ad
@ -24,7 +24,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "awkward";
|
||||
version = "2.6.3";
|
||||
version = "2.6.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -33,15 +33,15 @@ buildPythonPackage rec {
|
||||
owner = "scikit-hep";
|
||||
repo = "awkward";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-zII5TZ0bzVEo5hTrLr45N7oL3lYhkCyNfZif+0vkEo4=";
|
||||
hash = "sha256-hoNxNxWfoSlBg6CsKvgEknM4vd+rN/9EFD5nC2y45OA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatch-fancy-pypi-readme
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
awkward-cpp
|
||||
fsspec
|
||||
importlib-metadata
|
||||
|
Loading…
Reference in New Issue
Block a user