Unverified Commit b764e61a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.pyjson5: 1.6.6 -> 1.6.7 (#349402)

parents e3a762e8 655c7b0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };