Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: python-rapidjson: 0.8.0 -> 0.9.1

+2 -2
+2 -2
pkgs/development/python-modules/python-rapidjson/default.nix
··· 8 8 }: 9 9 10 10 buildPythonPackage rec { 11 - version = "0.8.0"; 11 + version = "0.9.1"; 12 12 pname = "python-rapidjson"; 13 13 disabled = pythonOlder "3.4"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "13fgy5bqslx913p9gachj9djk3g6wx1igwaccfnxjl2msrbwclwp"; 17 + sha256 = "ad80bd7e4bb15d9705227630037a433e2e2a7982b54b51de2ebabdd1611394a1"; 18 18 }; 19 19 20 20 LC_ALL="en_US.utf-8";