Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2020-08-23 02:18:27 +02:00
516 changed files with 15983 additions and 9551 deletions

View File

@@ -1,10 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi
, frozendict, simplejson, six
, frozendict, simplejson, six, isPy27
}:
buildPythonPackage rec {
pname = "canonicaljson";
version = "1.3.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;