python310Packages.json5: 0.9.9 -> 0.9.14

This commit is contained in:
Gaetan Lepage 2023-08-26 18:52:42 +02:00
parent 2656772bb2
commit a9b00e91ac

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 = [