Unverified Commit 8fcb57d6 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.python-rapidjson: 1.21 -> 1.22 (#454319)

parents 9434774f c15126c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ buildPythonPackage rec {
    "clarifai-protocol"
    "click"
    "fsspec"
    "psutil"
    "ruff"
    "schema"
    "uv"
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:

buildPythonPackage rec {
  version = "1.21";
  version = "1.22";
  pname = "python-rapidjson";
  pyproject = true;

@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "python-rapidjson";
    repo = "python-rapidjson";
    tag = "v${version}";
    hash = "sha256-qpq7gNdWDSNTVTqV1rnRffap0VrlHOr4soAY/SXqd1k=";
    hash = "sha256-q+qIuFD3TboevD88iaBQxwOoOdb6I+yyCsNXIqMcR3g=";
  };

  patches = [