Merge pull request #95708 from Ma27/matrix-updates

Bump a few packages related to the Matrix ecosystem
This commit is contained in:
Martin Weinelt
2020-08-18 14:19:04 +02:00
committed by GitHub
5 changed files with 12 additions and 11 deletions

View File

@@ -1,14 +1,15 @@
{ stdenv, buildPythonPackage, fetchPypi
, frozendict, simplejson, six
, frozendict, simplejson, six, isPy27
}:
buildPythonPackage rec {
pname = "canonicaljson";
version = "1.1.4";
version = "1.3.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725";
sha256 = "0v2b72n28fi763xxv9vrf4qc61anl2ys9njy7hlm719fdaq3sxml";
};
propagatedBuildInputs = [