about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyparsing
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-11 12:13:40 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-12 14:57:20 +0100
commit95cbd02c8b52898d8c00f2faf5eba4696f307c37 (patch)
tree6355470758997e39f9473429a87f462f3649cf52 /pkgs/development/python-modules/pyparsing
parentc29e6643bdc34297380900e16f62eef78923b71b (diff)
python: pyparsing: 2.4.2 -> 2.4.5
Diffstat (limited to 'pkgs/development/python-modules/pyparsing')
-rw-r--r--pkgs/development/python-modules/pyparsing/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyparsing/default.nix b/pkgs/development/python-modules/pyparsing/default.nix
index 2fd3ca60ad82b..854ca4d90eeb6 100644
--- a/pkgs/development/python-modules/pyparsing/default.nix
+++ b/pkgs/development/python-modules/pyparsing/default.nix
@@ -1,11 +1,11 @@
 { stdenv, buildPythonPackage, fetchPypi }:
 buildPythonPackage rec {
     pname = "pyparsing";
-    version = "2.4.2";
+    version = "2.4.5";
 
     src = fetchPypi {
       inherit pname version;
-      sha256 = "6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80";
+      sha256 = "4ca62001be367f01bd3e92ecbb79070272a9d4964dce6a48a82ff0b8bc7e683a";
     };
 
     # Not everything necessary to run the tests is included in the distribution