python312Packages.json5: 0.9.25 -> 0.9.28
Diff: https://github.com/dpranke/pyjson5/compare/refs/tags/v0.9.25...v0.9.28
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "json5";
|
||||
version = "0.9.25";
|
||||
version = "0.9.28";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
owner = "dpranke";
|
||||
repo = "pyjson5";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-2JAZHayPyi2RI4apODQ9QDXSUI8n54SwQAxZiBhuJrE=";
|
||||
hash = "sha256-CE9l+SOLTcdtyPZH/iz6y6K22UQS+CxC3HoLYlkIV8M=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user