0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.json-repair: 0.44.1 -> 0.46.0

Changelog: https://github.com/mangiucugna/json_repair/releases/tag/v0.46.0
This commit is contained in:
Fabian Affolter 2025-05-27 16:41:30 +02:00
parent 042b603d44
commit ad3a4c4bd3

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "json-repair";
version = "0.44.1";
version = "0.46.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
tag = "v${version}";
hash = "sha256-S3hSbvNyvCx4qia9PRgUy+UugURjtA4hV5kuJIuLafw=";
hash = "sha256-MfjWZYDYiFBTy0Tsm0OKY/89ziSTXNB5m99VkpS0Mco=";
};
build-system = [ setuptools ];
@ -24,7 +24,6 @@ buildPythonPackage rec {
disabledTestPaths = [
"tests/test_performance.py"
"tests/test_coverage.py"
];
pythonImportsCheck = [ "json_repair" ];