mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #66133 from r-ryantm/auto-update/python3.7-python-rapidjson
python37Packages.python-rapidjson: 0.7.1 -> 0.7.2
This commit is contained in:
commit
0e683c6c99
@ -8,13 +8,13 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.7.1";
|
||||
version = "0.7.2";
|
||||
pname = "python-rapidjson";
|
||||
disabled = pythonOlder "3.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "3ea01520ebe28d270c79120a836d251fbb2187227695461a310fe0293f348b2d";
|
||||
sha256 = "0z8wzl5mjzs97y7sbhlm59kak3z377xln3z8lkjwrsh2sh5c9x3v";
|
||||
};
|
||||
|
||||
LC_ALL="en_US.utf-8";
|
||||
|
Loading…
Reference in New Issue
Block a user