python313Packages.orjson: 3.10.15 -> 3.10.16

https://github.com/ijl/orjson/blob/3.10.16/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:24 +02:00
parent e8efdbdb85
commit 6694f88590
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "orjson";
version = "3.10.15";
version = "3.10.16";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -39,13 +39,13 @@ buildPythonPackage rec {
owner = "ijl";
repo = "orjson";
tag = version;
hash = "sha256-FlcWf6BhUP2Y5ivRQx1W0G8sgfvbuAQN7qpBJbd3N2I=";
hash = "sha256-hgyW3bff70yByxPFqw8pwPMPMAh9FxL1U+LQoJI6INo=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
name = "${pname}-${version}";
hash = "sha256-fHp5Rh2Mzn62ZUoVHETl/6kZ6Iztxkd5mjxira7NVBU=";
hash = "sha256-mOHOIKmcXjPwZ8uPth+yvreHG4IpiS6SFhWY+IZS69E=";
};
nativeBuildInputs =