python3Packages.json-repair: 0.46.0 -> 0.46.2 (#414916)

This commit is contained in:
Nick Cao 2025-06-08 11:07:05 -04:00 committed by GitHub
commit 7cde5cdf66
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.46.0";
version = "0.46.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
tag = "v${version}";
hash = "sha256-MfjWZYDYiFBTy0Tsm0OKY/89ziSTXNB5m99VkpS0Mco=";
hash = "sha256-Xj3gLduN5aiy/XJ8jOaJEp4o3iX+PTD6eLBGHoHQ5HM=";
};
build-system = [ setuptools ];