Skip to content

Commit

Permalink
python312Packages.json-repair: 0.30.3 -> 0.32.0 (NixOS#367274)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 24, 2024
2 parents 9b42889 + 71b40b6 commit bc423ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/json-repair/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "json-repair";
version = "0.30.3";
version = "0.32.0";
pyproject = true;

src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
tag = "v${version}";
hash = "sha256-8EHrI+Z9SempjiBwCeLlskA7FPOhYbi0WHevi7ewlrY=";
hash = "sha256-js2XTplrRZyyVHztA3yGicdjfBFNoUTvjzT/U2NESWQ=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit bc423ff

Please sign in to comment.