Merge pull request #200808 from dotlambda/python-rapidjson-1.9

python310Packages.python-rapidjson: 1.6 -> 1.9
This commit is contained in:
Fabian Affolter 2022-11-12 11:42:14 +01:00 committed by GitHub
commit 659292854a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,13 +27,13 @@ let
];
});
in buildPythonPackage rec {
version = "1.6";
version = "1.9";
pname = "python-rapidjson";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-GJzxqWv5/NhtADYPFa12qDzgiJuK6NHLD9srKZXlocg=";
hash = "sha256-vn01HHES2sYIEzoj9g6VOVZo0JgaB/QDf2Pg6Ir88Bo=";
};
setupPyBuildFlags = [