python3Packages.simplejson: 3.20.2 -> 4.1.1

https://github.com/simplejson/simplejson/blob/v4.1.1/CHANGES.txt
This commit is contained in:
Martin Weinelt
2026-07-13 01:03:58 +02:00
parent b1b350327c
commit d36a9bd3f2

View File

@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "simplejson";
version = "3.20.2";
version = "4.1.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "simplejson";
repo = "simplejson";
tag = "v${version}";
hash = "sha256-err3NWljoC6MxJoFSYuqLHGKfDcst6ya7myP9XIRbFc=";
hash = "sha256-t7DU6NquHUy6WntmburFcYckUFXPcL15wh49zLc4eXo=";
};
nativeCheckInputs = [ pytestCheckHook ];