We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd9f0b commit f11ff7bCopy full SHA for f11ff7b
pkgs/development/python-modules/awkward-cpp/default.nix
@@ -11,13 +11,13 @@
11
12
buildPythonPackage rec {
13
pname = "awkward-cpp";
14
- version = "45";
+ version = "46";
15
pyproject = true;
16
17
src = fetchPypi {
18
pname = "awkward_cpp";
19
inherit version;
20
- hash = "sha256-hgFM9bGqu63qKBnG5gVe5JilA+yiNO3Bn/UCkos08WI=";
+ hash = "sha256-uCvstlozKAxsJzNu5cA3xbfjlL5SVlqjHgh8pUrc5Z4=";
21
};
22
23
build-system = [
0 commit comments