forked from mirrors/nixpkgs
canonicaljson: 1.0.0 -> 1.1.3
This commit is contained in:
parent
53bea54a65
commit
3d974552f3
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue