python3Packages.json-repair: 0.54.3 -> 0.55.0

This commit is contained in:
R. Ryantm
2026-01-02 00:28:44 +00:00
parent 84f2bb1da9
commit 5367003ba3

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "json-repair";
version = "0.54.3";
version = "0.55.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
tag = "v${version}";
hash = "sha256-mLysH1+kr2PcmRphfcYeZ9K1hSinQXFDCrjTxc/MB0s=";
hash = "sha256-yQ+btSuifrtr0y5GRcLY0SUEp3LQXdpvaxa6ZorA/Q8=";
};
build-system = [ setuptools ];