python312Packages.json-repair: 0.29.6 -> 0.30.2

This commit is contained in:
R. Ryantm 2024-11-21 16:44:50 +00:00
parent d533f739c4
commit 706ea6e2e4

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "json-repair";
version = "0.29.6";
version = "0.30.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
rev = "refs/tags/v${version}";
hash = "sha256-EP8uaH9vbpbgWtQTm+c2mbO2h1t6aK1ENpVw/Dkx2/U=";
hash = "sha256-RqPeBDhrCas+DI/cd5R1uvNRtLmv14fR50uazVLDSxg=";
};
build-system = [ setuptools ];