Skip to content

Commit 50360ee

Browse files
authored
python312Packages.awkward: 2.8.2 -> 2.8.3 (#408536)
2 parents 7f36fad + 3178898 commit 50360ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildPythonPackage rec {
1313
pname = "awkward-cpp";
14-
version = "45";
14+
version = "46";
1515
pyproject = true;
1616

1717
src = fetchPypi {
1818
pname = "awkward_cpp";
1919
inherit version;
20-
hash = "sha256-hgFM9bGqu63qKBnG5gVe5JilA+yiNO3Bn/UCkos08WI=";
20+
hash = "sha256-uCvstlozKAxsJzNu5cA3xbfjlL5SVlqjHgh8pUrc5Z4=";
2121
};
2222

2323
build-system = [

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)