3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.awkward: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm 2022-11-08 21:58:10 +00:00
parent 176676c4cf
commit 09ee41e6ad

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "awkward";
version = "1.10.1";
version = "1.10.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xjlO0l+xSghtY2IdnYT9wij11CpkWG8hVzGzb94XA0s=";
hash = "sha256-MDvAkZ8JMts+eKklTBf83rEl5L5lzYlLQN+8O/3fwFQ=";
};
nativeBuildInputs = [