File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212buildPythonPackage 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 = [
Original file line number Diff line number Diff line change 2424
2525buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments