Skip to content

Commit 3178898

Browse files
committed
1 parent f11ff7b commit 3178898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/awkward/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
buildPythonPackage rec {
2626
pname = "awkward";
27-
version = "2.8.2";
27+
version = "2.8.3";
2828
pyproject = true;
2929

3030
src = fetchFromGitHub {
3131
owner = "scikit-hep";
3232
repo = "awkward";
3333
tag = "v${version}";
34-
hash = "sha256-OpEzctuCah/ueqw/D7ZadDLJLD3HqSdgAjFcEHhR47A=";
34+
hash = "sha256-l7XCgD5UvQTva3lsKZmFSIT0nxReGuslWWuar31+pQQ=";
3535
};
3636

3737
build-system = [

0 commit comments

Comments
 (0)