python3Packages.ijson: 3.5.0 -> 3.5.1 (#540839)

This commit is contained in:
Jo
2026-07-12 21:08:51 +00:00
committed by GitHub
@@ -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 ];