python313Packages.orjson: 3.10.16 -> 3.10.18

https://github.com/ijl/orjson/blob/3.10.18/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:09 -07:00
committed by Robert Schütz
parent 3ee1b8aee4
commit ac8a061b03
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "orjson";
version = "3.10.16";
version = "3.10.18";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -39,13 +39,13 @@ buildPythonPackage rec {
owner = "ijl";
repo = "orjson";
tag = version;
hash = "sha256-hgyW3bff70yByxPFqw8pwPMPMAh9FxL1U+LQoJI6INo=";
hash = "sha256-gEShQJrqSFMwc9PreRhbup3yE0RySwJtlgXfhDomiIc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
name = "${pname}-${version}";
hash = "sha256-mOHOIKmcXjPwZ8uPth+yvreHG4IpiS6SFhWY+IZS69E=";
hash = "sha256-vMuqqUfaYFZ1wC3SZBVF7Wq2OUKd7UkdC8GB93QBq8Y=";
};
nativeBuildInputs =