python3Packages.orjson: 3.10.3 -> 3.10.5

This commit is contained in:
shivaraj-bh
2024-06-17 13:45:00 +05:30
parent 86929914e4
commit 5d69b1533e
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "orjson";
version = "3.10.3";
version = "3.10.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -40,13 +40,13 @@ buildPythonPackage rec {
owner = "ijl";
repo = "orjson";
rev = "refs/tags/${version}";
hash = "sha256-bK6wA8P/IXEbiuJAx7psd0nUUKjR1jX4scFfJr1MBAk=";
hash = "sha256-Q2zi3mNgCFrg7Ucana0+lmR9C9kkuUidEJj8GneR2W4=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-ilGq+/gPSuNwURUWy2ZxInzmUv+PxYMxd8esxrMpr2o=";
hash = "sha256-yhLKw4BhdIHgcu4iVlXQlHk/8J+3NK6LlmSWbm/5y4Q=";
};
maturinBuildFlags = [ "--interpreter ${python.executable}" ];