about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-29 21:29:13 -0500
committerGitHub <noreply@github.com>2020-11-29 21:29:13 -0500
commitf180a29b03d6a1a8e74db2f2818d24e8707fdbfc (patch)
treea7d645c6363b4aa888d8344d8e945abf13c2ca1a
parent4572d278539a880bc9be6f3802c1ba44fff3d7f1 (diff)
parente15ce6b6fa0fbd6369b11fab16fb93966bb42046 (diff)
Merge pull request #105403 from r-ryantm/auto-update/python2.7-ijson
python27Packages.ijson: 3.1.2.post0 -> 3.1.3
-rw-r--r--pkgs/development/python-modules/ijson/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ijson/default.nix b/pkgs/development/python-modules/ijson/default.nix
index a09fb7b1eff0f..8dc22d20e69a8 100644
--- a/pkgs/development/python-modules/ijson/default.nix
+++ b/pkgs/development/python-modules/ijson/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "ijson";
-  version = "3.1.2.post0";
+  version = "3.1.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "04fd8ebb8edb39db81f49b75b101d1e2a4d0728460e253fd9c98e3e17f9caa16";
+    sha256 = "d29977f7235b5bf83c372825c6abd8640ba0e3a8e031d3ffc3b63deaf6ae1487";
   };
 
   doCheck = false; # something about yajl