Skip to content

Commit

Permalink
Merge pull request #322748 from GaetanLepage/awkward
Browse files Browse the repository at this point in the history
python311Packages.awkward: 2.6.5 -> 2.6.6
  • Loading branch information
GaetanLepage authored Jun 27, 2024
2 parents 035350f + 760dbdb commit 45fbef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/awkward-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "awkward-cpp";
version = "34";
version = "35";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-OayBTXafOK3ppfbDm4Wwe7wFr1Y0L7FXQu3OEjf54Ek=";
hash = "sha256-H4sRKll70kOHlOGnIaY6phhp+pWYoXrGvYEa1vZADQY=";
};

build-system = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/awkward/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

buildPythonPackage rec {
pname = "awkward";
version = "2.6.5";
version = "2.6.6";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "awkward";
rev = "refs/tags/v${version}";
hash = "sha256-HDO626bK5BH/mdLuGkeYIOz8X2N9/rkTLhQNzG1erYA=";
hash = "sha256-5Jg+Ki1vJ4Rz22TbqTvVtb5YLvkvP8EOQ7cmTmI6gQU=";
};

build-system = [
Expand Down

0 comments on commit 45fbef8

Please sign in to comment.