Skip to content

Commit

Permalink
python312Packages.json-repair: 0.30.2 -> 0.30.3 (#364058)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 11, 2024
2 parents 064d1df + fee3e54 commit 4f8d724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2";
version = "0.30.3";
pyproject = true;

src = fetchFromGitHub {
owner = "mangiucugna";
repo = "json_repair";
rev = "refs/tags/v${version}";
hash = "sha256-RqPeBDhrCas+DI/cd5R1uvNRtLmv14fR50uazVLDSxg=";
tag = "v${version}";
hash = "sha256-8EHrI+Z9SempjiBwCeLlskA7FPOhYbi0WHevi7ewlrY=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 4f8d724

Please sign in to comment.