python: parsel: 1.1.0 -> 1.5.1

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:08 +01:00
parent ef2a4585d5
commit 538e56e118

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "parsel";
version = "1.1.0";
version = "1.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "0a34d1c0bj1fzb5dk5744m2ag6v3b8glk4xp0amqxdan9ldbcd97";
sha256 = "9ccd82b8a122345601f6f9209e972c0e8c3518a188fcff2d37cb4d7bc570b4b8";
};
buildInputs = [ pytest pytestrunner ];