python3Packages.ijson: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm
2026-07-11 19:33:21 +00:00
parent 8d230ae488
commit 2241fe89c5
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "ijson";
version = "3.5.0";
version = "3.5.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lGiHYHIOP1IScxs8uNMCZ/mgRfs4+zhwJU57lQQkbzE=";
hash = "sha256-r0C9GoX1XbC4swcVyFh2Ewa9ktVZAUhjb3XDMJ5udr0=";
};
build-system = [ setuptools ];