3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #116079 from r-ryantm/auto-update/python3.8-ijson

python38Packages.ijson: 3.1.3 -> 3.1.4
This commit is contained in:
Fabian Affolter 2021-03-17 10:08:30 +01:00 committed by GitHub
commit 7b7bd6acc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "ijson";
version = "3.1.3";
version = "3.1.4";
src = fetchPypi {
inherit pname version;
sha256 = "d29977f7235b5bf83c372825c6abd8640ba0e3a8e031d3ffc3b63deaf6ae1487";
sha256 = "1d1003ae3c6115ec9b587d29dd136860a81a23c7626b682e2b5b12c9fd30e4ea";
};
doCheck = false; # something about yajl