mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
python312Packages.pyjson5: 1.6.6 -> 1.6.7
Diff: https://github.com/Kijewski/pyjson5/compare/refs/tags/v1.6.6...v1.6.7 Changelog: https://github.com/Kijewski/pyjson5/blob/1.6.7/CHANGELOG.md
This commit is contained in:
parent
67a6f34ca0
commit
655c7b0e42
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyjson5";
|
||||
version = "1.6.6";
|
||||
version = "1.6.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "Kijewski";
|
||||
repo = "pyjson5";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-LNcz9JEOw6HO9eIf71w4NJdPOB4yixBfBeD7B/NLbfE=";
|
||||
hash = "sha256-QggO1go9iQIy235I9CYOeC6JCoOT2sfDsrbSySN3mMw=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user