python3Packages.pyjson5: 1.6.9 -> 2.0.0 (#449750)

This commit is contained in:
Fabian Affolter
2025-10-08 07:46:37 +00:00
committed by GitHub
@@ -3,23 +3,20 @@
buildPythonPackage,
cython,
fetchFromGitHub,
pythonOlder,
setuptools,
wheel,
}:
buildPythonPackage rec {
pname = "pyjson5";
version = "1.6.9";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Kijewski";
repo = "pyjson5";
tag = "v${version}";
hash = "sha256-3uxuJvxTn6C3MWShXQlILPApgtumgGOeaaMlBvRaHiU=";
hash = "sha256-vHO354ZjaQirOWavfaDvenE+MLQLhWF3bCHa5Z1NNXg=";
fetchSubmodules = true;
};