lol

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

python310Packages.json-stream: 1.4.3 -> 1.5.1

authored by

Fabian Affolter and committed by
GitHub
476da7e0 5ff737de

+2 -2
+2 -2
pkgs/development/python-modules/json-stream/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "json-stream"; 12 - version = "1.4.3"; 12 + version = "1.5.1"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-6VWAaTjzVDss01aFI53Lg0oNuus5u4TRF/co9DHOhLU="; 19 + hash = "sha256-htajifmbXtivUwsORzBzJA68nJCACcL75kiBysVYCxY="; 20 20 }; 21 21 22 22 nativeBuildInputs = [