summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-07-18 09:41:55 -0700
committerGitHub <noreply@github.com>2024-07-18 09:41:55 -0700
commitdd3f6561ce930ba2e024e6cf4072a10911932d48 (patch)
tree0d602a0b26304627b4e3f6718029242a7ec86b6d
parentMerge pull request #328028 from GaetanLepage/waybar (diff)
parentpython312Packages.python-rapidjson: 1.16 -> 1.18 (diff)
downloadnixpkgs-dd3f6561ce930ba2e024e6cf4072a10911932d48.tar.gz
Merge pull request #328194 from dotlambda/python3Packages.python-rapidjson
python312Packages.python-rapidjson: 1.16 -> 1.18
-rw-r--r--pkgs/development/python-modules/python-rapidjson/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-rapidjson/default.nix b/pkgs/development/python-modules/python-rapidjson/default.nix
index d6efce383b80..3ea015c19d51 100644
--- a/pkgs/development/python-modules/python-rapidjson/default.nix
+++ b/pkgs/development/python-modules/python-rapidjson/default.nix
@@ -30,7 +30,7 @@ let
});
in
buildPythonPackage rec {
- version = "1.16";
+ version = "1.18";
pname = "python-rapidjson";
disabled = pythonOlder "3.8";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "python-rapidjson";
repo = "python-rapidjson";
rev = "refs/tags/v${version}";
- hash = "sha256-4Z8cNu6tK5/yAu6b9Vb/EdXQj+fQgeT0QIszTEUurVM=";
+ hash = "sha256-4gJm6EnT6YNg+EkkBPiPQ4TBGG/u+FZTK4bKWyqw1pM=";
};
patches = [
@@ -50,7 +50,7 @@ buildPythonPackage rec {
})
];
- nativeBuildInputs = [ setuptools ];
+ build-system = [ setuptools ];
nativeCheckInputs = [
pytestCheckHook