python312Packages.json-repair: 0.29.6 -> 0.30.2 (#357943)

This commit is contained in:
Nick Cao 2024-11-23 09:31:50 -05:00 committed by GitHub
commit 4eccca90ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];