3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.json-stream: 1.4.0 -> 1.4.2

This commit is contained in:
R. Ryantm 2022-09-17 04:07:44 +00:00
parent d9a1414346
commit fe2c9e2ec6

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "json-stream";
version = "1.4.0";
version = "1.4.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ebB8l8H6yPLoCXmVOy60IijdBI61SEzJInC30aMe9Bk=";
hash = "sha256-zsjKOqkXy3Je7z8U4M016a4t2cWdUqL2tf27Dc8a/gw=";
};
propagatedBuildInputs = [