We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ad2015 + a8a95f9 commit 1e71cadCopy full SHA for 1e71cad
pkgs/development/python-modules/json-repair/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "json-repair";
11
- version = "0.49.0";
+ version = "0.50.0";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "mangiucugna";
16
repo = "json_repair";
17
tag = "v${version}";
18
- hash = "sha256-we43E+2pGVDORWfC6t51Bxy4YLoEnVrysdBgpTdcYwE=";
+ hash = "sha256-QiM5EVIJtnS4jE8aIm3dDi2LrF+eb2PoP02Qc/1tzzk=";
19
};
20
21
build-system = [ setuptools ];
0 commit comments