0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python313Packages.json5: 0.10.0 -> 0.12.0

https://github.com/dpranke/pyjson5/compare/refs/tags/v0.10.0...refs/tags/v0.12.0
This commit is contained in:
Martin Weinelt 2025-05-17 14:55:23 +02:00 committed by Robert Schütz
parent 4cf1a47b3a
commit 9f684e9432

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "json5";
version = "0.10.0";
version = "0.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dpranke";
repo = "pyjson5";
tag = "v${version}";
hash = "sha256-J5xZN6o9UwvCdrzEY6o3NxYaxbtiUhmTtCQJia4JmI4=";
hash = "sha256-xBErTbC/cw+1bAVPIyN0+0aPmWblNtnsbIKEZ+XIyUQ=";
};
build-system = [ setuptools ];