python37Packages.parsel: 1.5.1 -> 1.5.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-parsel/versions
This commit is contained in:
R. RyanTM 2019-08-20 08:03:14 -07:00
parent ffbb4d26f9
commit 756bd32270

View File

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