Skip to content

Commit

Permalink
Merge pull request #79605 from r-ryantm/auto-update/python2.7-ijson
Browse files Browse the repository at this point in the history
python27Packages.ijson: 2.5.1 -> 2.6.1
  • Loading branch information
marsam committed Feb 9, 2020
2 parents a7a3135 + 656e96e commit 94004b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/ijson/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildPythonPackage rec {
pname = "ijson";
version = "2.5.1";
version = "2.6.1";

src = fetchPypi {
inherit pname version;
sha256 = "19ec46a2f7991004e5202ecee56c569616b8a7f95686ad7fd0a9ec81cac00269";
sha256 = "1l034zq23315icym2n0zppa5lwpdll3mvavmyjbiryxb4c5wdsvm";
};

doCheck = false; # something about yajl

meta = with stdenv.lib; {
description = "Iterative JSON parser with a standard Python iterator interface";
homepage = "https://github.com/isagalaev/ijson";
homepage = "https://github.com/ICRAR/ijson";
license = licenses.bsd3;
maintainers = with maintainers; [ rvl ];
};
Expand Down

0 comments on commit 94004b3

Please sign in to comment.