python27Packages.parsel: 1.5.2 -> 1.6.0

This commit is contained in:
R. RyanTM 2020-05-23 19:44:46 +00:00
parent f7a398c481
commit 38cb787e6d

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "parsel"; pname = "parsel";
version = "1.5.2"; version = "1.6.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "08v76s6s4li7asnyz8a7gbp9vz522rv5apranyv76mb0lhmjd92d"; sha256 = "0yawf9r3r863lwxj0n89i7h3n8xjbsl5b7n6xg76r68scl5yzvvh";
}; };
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytestrunner ];