python3Packages.python-rapidjson: 1.22 -> 1.23

This commit is contained in:
R. Ryantm 2025-12-09 07:49:05 +00:00
parent 864b51ebb4
commit 1166a67e29

View file

@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
version = "1.22";
version = "1.23";
pname = "python-rapidjson";
pyproject = true;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "python-rapidjson";
repo = "python-rapidjson";
tag = "v${version}";
hash = "sha256-q+qIuFD3TboevD88iaBQxwOoOdb6I+yyCsNXIqMcR3g=";
hash = "sha256-BlEmEvwGAm3Ix2YwJSwrxgqqANqmgiWRiRWP91JITio=";
};
patches = [