Merge pull request #229649 from r-ryantm/auto-update/python310Packages.json-stream

python310Packages.json-stream: 2.2.1 -> 2.3.0

authored by Fabian Affolter and committed by GitHub f4886293 5f05c243

+2 -2
+2 -2
pkgs/development/python-modules/json-stream/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "json-stream"; 15 - version = "2.2.1"; 15 + version = "2.3.0"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-7SZw7hRN+VtvHHXG+O/eIrc02vc1nPnn2oJGIg7CtFM="; 22 + hash = "sha256-MwDpX3ISJxo0Am3t/uuUC8GTyZFuUFGt1g7BeTY1z/0="; 23 23 }; 24 24 25 25 nativeBuildInputs = [