mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-24 18:16:21 +03:00
python37Packages.python-rapidjson: 0.7.1 -> 0.7.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-python-rapidjson/versions
This commit is contained in:
parent
53328909da
commit
282c02f642
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.7.1";
|
version = "0.7.2";
|
||||||
pname = "python-rapidjson";
|
pname = "python-rapidjson";
|
||||||
disabled = pythonOlder "3.4";
|
disabled = pythonOlder "3.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3ea01520ebe28d270c79120a836d251fbb2187227695461a310fe0293f348b2d";
|
sha256 = "0z8wzl5mjzs97y7sbhlm59kak3z377xln3z8lkjwrsh2sh5c9x3v";
|
||||||
};
|
};
|
||||||
|
|
||||||
LC_ALL="en_US.utf-8";
|
LC_ALL="en_US.utf-8";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue