json-repair: 0.54.2 -> 0.54.3

This commit is contained in:
R. Ryantm
2025-12-15 13:35:06 +00:00
parent b9430f43ca
commit 6bb09cdd87
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "json-repair";
version = "0.54.2";
version = "0.54.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
tag = "v${version}";
hash = "sha256-OwzyDrdN6jRxA/KthmrGgtfE1ZN89XebxWgtovoK2Nk=";
hash = "sha256-mLysH1+kr2PcmRphfcYeZ9K1hSinQXFDCrjTxc/MB0s=";
};
build-system = [ setuptools ];