Merge pull request #69911 from r-ryantm/auto-update/python3.7-python-rapidjson
python37Packages.python-rapidjson: 0.7.2 -> 0.8.0
This commit is contained in:
commit
4281dbce9e
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.7.2";
|
||||
version = "0.8.0";
|
||||
pname = "python-rapidjson";
|
||||
disabled = pythonOlder "3.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0z8wzl5mjzs97y7sbhlm59kak3z377xln3z8lkjwrsh2sh5c9x3v";
|
||||
sha256 = "13fgy5bqslx913p9gachj9djk3g6wx1igwaccfnxjl2msrbwclwp";
|
||||
};
|
||||
|
||||
LC_ALL="en_US.utf-8";
|
||||
|
|
Loading…
Reference in a new issue