Skip to content

Commit

Permalink
python312Packages.awkward: 2.7.1 -> 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 8, 2024
1 parent 64f5dc1 commit a4c052b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.7.1";
version = "2.7.2";
pyproject = true;

src = fetchFromGitHub {
owner = "scikit-hep";
repo = "awkward";
rev = "refs/tags/v${version}";
hash = "sha256-EcBSPW+us6RjxQu+rNc+++5vGsXyeJB27/Zuth3wacc=";
tag = "v${version}";
hash = "sha256-nOKMwAQ5t8tc64bEKz0j8JxxoVQQu39Iu8Zr9cqSx7A=";
};

build-system = [
Expand Down

0 comments on commit a4c052b

Please sign in to comment.