Merge #201989: python310Packages.simplejson: 3.17.6 -> 3.18.0

...into staging
This commit is contained in:
Vladimír Čunát 2022-11-27 18:26:22 +01:00
commit a7b3d736ef
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "simplejson";
version = "3.17.6";
version = "3.18.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "1irlp5sakbdfcf717qmrx0r9rjlmwk0vza6zm3y55d32zw5c1cxg";
sha256 = "sha256-X1lD/kCbKDPPgpr2deoVbC5LADqBlNZHvDg7206E9ZE=";
};
checkInputs = [