python311Packages.python-rapidjson: 1.11 -> 1.13
Diff: https://github.com/python-rapidjson/python-rapidjson/compare/refs/tags/v1.11...v1.13 Changelog: https://github.com/python-rapidjson/python-rapidjson/blob/refs/tags/v1.13/CHANGES.rst
This commit is contained in:
@@ -29,9 +29,9 @@ let
|
||||
cmakeFlags = old.cmakeFlags ++ [ "-DCMAKE_CTEST_ARGUMENTS=-E;valgrind_unittest" ];
|
||||
});
|
||||
in buildPythonPackage rec {
|
||||
version = "1.11";
|
||||
version = "1.13";
|
||||
pname = "python-rapidjson";
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
@@ -39,7 +39,7 @@ in buildPythonPackage rec {
|
||||
owner = "python-rapidjson";
|
||||
repo = "python-rapidjson";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Jnnr4MCopx2YJTqbHqSCzPBzUl0T8SqcznRGSI14d2Q=";
|
||||
hash = "sha256-lWF/INhgeFQoPAhyL655UCcVamFELra29R6JPJSAmMg=";
|
||||
};
|
||||
|
||||
setupPyBuildFlags = [
|
||||
|
||||
Reference in New Issue
Block a user