mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-13 21:56:29 +01:00
python3Packages.python-rapidjson: 1.22 -> 1.23
This commit is contained in:
parent
864b51ebb4
commit
1166a67e29
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.22";
|
||||
version = "1.23";
|
||||
pname = "python-rapidjson";
|
||||
pyproject = true;
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
owner = "python-rapidjson";
|
||||
repo = "python-rapidjson";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-q+qIuFD3TboevD88iaBQxwOoOdb6I+yyCsNXIqMcR3g=";
|
||||
hash = "sha256-BlEmEvwGAm3Ix2YwJSwrxgqqANqmgiWRiRWP91JITio=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue