Merge pull request #274506 from dotlambda/python-rapidjson-1.14

python311Packages.python-rapidjson: 1.13 -> 1.14
This commit is contained in:
Robert Schütz 2023-12-16 10:49:40 -08:00 committed by GitHub
commit 8090cd2967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ let
cmakeFlags = old.cmakeFlags ++ [ "-DCMAKE_CTEST_ARGUMENTS=-E;valgrind_unittest" ];
});
in buildPythonPackage rec {
version = "1.13";
version = "1.14";
pname = "python-rapidjson";
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ in buildPythonPackage rec {
owner = "python-rapidjson";
repo = "python-rapidjson";
rev = "refs/tags/v${version}";
hash = "sha256-lWF/INhgeFQoPAhyL655UCcVamFELra29R6JPJSAmMg=";
hash = "sha256-fCC6jYUIB89HlEnbsmL0MeCBOO4NAZtePuPgZKYxoM8=";
};
setupPyBuildFlags = [