python310Packages.ijson: 3.2.2 -> 3.2.3

This commit is contained in:
R. Ryantm 2023-07-24 18:49:08 +00:00
parent 344ec16d0a
commit 3f99685567

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "ijson";
version = "3.2.2";
version = "3.2.3";
src = fetchPypi {
inherit pname version;
hash = "sha256-uYg8hxYAHXpcgYWQUgjkCnfu+bKnPbzk0YnOsJKqk70=";
hash = "sha256-EClOm/ictxPaBbxHkL3/YWYQQy21YZZIJwdImOF0+Rc=";
};
buildInputs = [