canonicaljson: 1.0.0 -> 1.1.3

This commit is contained in:
Florian Jacob 2018-04-20 17:24:19 +02:00
parent 53bea54a65
commit 3d974552f3

View file

@ -16640,16 +16640,16 @@ EOF
canonicaljson = buildPythonPackage rec {
name = "canonicaljson-${version}";
version = "1.0.0";
version = "1.1.3";
src = pkgs.fetchgit {
url = "https://github.com/matrix-org/python-canonicaljson.git";
rev = "refs/tags/v${version}";
sha256 = "0r82zlip93y169ijkn8xpbp0yr22mf92pni6dw420vb53l27sprq";
sha256 = "11j0xmbw2hbl789pyfga02w8aa3s8rkc8pk6501r1sfy8xljd8zy";
};
propagatedBuildInputs = with self; [
frozendict simplejson
frozendict simplejson six
];
};