about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-23 19:44:46 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-23 19:44:46 +0000
commit38cb787e6d1f6e4bacd826abb42a2e0a13e5d251 (patch)
tree69e4ae3fd22e1013eb7ef0354e45d7fb3e6d6c4b /pkgs/development/python-modules
parentf7a398c481306f007dfaa050a6f597c0bf37a2ac (diff)
python27Packages.parsel: 1.5.2 -> 1.6.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/parsel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/parsel/default.nix b/pkgs/development/python-modules/parsel/default.nix
index daaf845cdf0bb..ef1b19b8fc4c1 100644
--- a/pkgs/development/python-modules/parsel/default.nix
+++ b/pkgs/development/python-modules/parsel/default.nix
@@ -12,11 +12,11 @@
 
 buildPythonPackage rec {
   pname = "parsel";
-  version = "1.5.2";
+  version = "1.6.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "08v76s6s4li7asnyz8a7gbp9vz522rv5apranyv76mb0lhmjd92d";
+    sha256 = "0yawf9r3r863lwxj0n89i7h3n8xjbsl5b7n6xg76r68scl5yzvvh";
   };
 
   checkInputs = [ pytest pytestrunner ];