Skip to content

Commit

Permalink
python312Packages.awkward: 2.6.8 -> 2.6.9 (#347119)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 8, 2024
2 parents 15f602e + 88da3f0 commit 4d06da1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/awkward-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

buildPythonPackage rec {
pname = "awkward-cpp";
version = "38";
version = "39";
pyproject = true;

src = fetchPypi {
pname = "awkward_cpp";
inherit version;
hash = "sha256-l0SVah14fD0hXqE8WqG2EQnIk/Ad0e/i2mj1jt6K0Vs=";
hash = "sha256-YdoAEZnqIJRITijKB0WR0uxmDxF+mperieYNpAUnI4U=";
};

build-system = [
Expand All @@ -36,7 +36,6 @@ buildPythonPackage rec {
meta = {
description = "CPU kernels and compiled extensions for Awkward Array";
homepage = "https://github.com/scikit-hep/awkward";
changelog = "https://github.com/scikit-hep/awkward/releases/tag/v${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ veprbl ];
};
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 @@ -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 = [
Expand Down
7 changes: 2 additions & 5 deletions pkgs/development/python-modules/uproot/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,

# build-system
Expand All @@ -26,16 +25,14 @@

buildPythonPackage rec {
pname = "uproot";
version = "5.4.0";
version = "5.4.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "scikit-hep";
repo = "uproot5";
rev = "refs/tags/v${version}";
hash = "sha256-iCyGG4y7cnJqHEaqpzFc/LjWiLZw3HArU5hDtEyLgFo=";
hash = "sha256-MWqkEbw6hdNaXrRLWoxUcppT+X9a+DmEhho9GpG29XM=";
};

build-system = [
Expand Down

0 comments on commit 4d06da1

Please sign in to comment.