Merge pull request #251639 from GaetanLepage/json5

python310Packages.json5: 0.9.9 -> 0.9.14
This commit is contained in:
OTABI Tomoya 2023-09-01 18:21:39 +09:00 committed by GitHub
commit 96fa2cb553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "json5";
version = "0.9.9";
version = "0.9.14";
src = fetchFromGitHub {
owner = "dpranke";
repo = "pyjson5";
rev = "v${version}";
hash = "sha256-0ommoTv5q7YuLNF+ZPWW/Xg/8CwnPrF7rXJ+eS0joUs=";
hash = "sha256-cshP1kraLENqWuQTlm4HPAP/0ywRRLFOJI8mteWcjR4=";
};
nativeCheckInputs = [