python3Packages.ujson: 5.11.0 -> 5.13.0

This commit is contained in:
Martin Weinelt
2026-07-15 03:11:52 +02:00
parent a5f0b8e102
commit 595830ce19
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "ujson";
version = "5.11.0";
version = "5.13.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-4gSub5CfCZumtrlCExzuNZ3dorbk6jnBLri5kf4gEOA=";
hash = "sha256-1i49diU4TAgIKrrYGgd69Yf97ydhuxTDgi9CNLjQfXU=";
};
nativeBuildInputs = [ setuptools-scm ];