mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python310Packages.python-rapidjson: 1.6 -> 1.9
https://github.com/python-rapidjson/python-rapidjson/blob/v1.9/CHANGES.rst
This commit is contained in:
parent
d8f2c4d846
commit
2822311c41
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user