0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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-16 09:07:45 +02:00 committed by Robert Schütz
parent 3ee1b8aee4
commit ac8a061b03

View file

@ -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 =