From d36a9bd3f2a17cf910c0ec0997dce6323a6dc722 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 13 Jul 2026 01:03:58 +0200 Subject: [PATCH] python3Packages.simplejson: 3.20.2 -> 4.1.1 https://github.com/simplejson/simplejson/blob/v4.1.1/CHANGES.txt --- pkgs/development/python-modules/simplejson/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/simplejson/default.nix b/pkgs/development/python-modules/simplejson/default.nix index 18e03236db18..f752aaf4f823 100644 --- a/pkgs/development/python-modules/simplejson/default.nix +++ b/pkgs/development/python-modules/simplejson/default.nix @@ -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 ];