python3Packages.pyjson5: 1.6.9 -> 2.0.0

This commit is contained in:
R. Ryantm
2025-10-08 01:37:18 +00:00
parent 8c77702a82
commit f43ab9cd0d
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyjson5";
version = "1.6.9";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Kijewski";
repo = "pyjson5";
tag = "v${version}";
hash = "sha256-3uxuJvxTn6C3MWShXQlILPApgtumgGOeaaMlBvRaHiU=";
hash = "sha256-vHO354ZjaQirOWavfaDvenE+MLQLhWF3bCHa5Z1NNXg=";
fetchSubmodules = true;
};