python313Packages.orjson: 3.10.7 -> 3.10.11

https://github.com/ijl/orjson/blob/3.10.11/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-11-18 18:36:54 +01:00
parent bf963769c5
commit 6ec63d56ff
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "orjson";
version = "3.10.7";
version = "3.10.11";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -40,13 +40,13 @@ buildPythonPackage rec {
owner = "ijl";
repo = "orjson";
rev = "refs/tags/${version}";
hash = "sha256-+ofDblSbaG8CjRXFfF0QFpq2yGmLF/2yILqk2m8PSl8=";
hash = "sha256-RJcTyLf2pLb1kHd7+5K9dGMWja4KFdKIwdRAp6Ud+Ps=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-MACmdptHmnifBTfB5s+CY6npAOFIrh0zvrIImYghGsw=";
hash = "sha256-HlvsV3Bsxa4Ud1+RrEnDWKX82DRyfgBS7GvK9827/wE=";
};
maturinBuildFlags = [ "--interpreter ${python.executable}" ];