python310Packages.json-stream: 1.4.3 -> 1.5.1

This commit is contained in:
R. Ryantm 2022-10-08 05:04:31 +00:00
parent 473e97e434
commit 308b23503e

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "json-stream";
version = "1.4.3";
version = "1.5.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6VWAaTjzVDss01aFI53Lg0oNuus5u4TRF/co9DHOhLU=";
hash = "sha256-htajifmbXtivUwsORzBzJA68nJCACcL75kiBysVYCxY=";
};
nativeBuildInputs = [