Merge pull request #67118 from r-ryantm/auto-update/python2.7-trollius

python27Packages.trollius: 2.2 -> 2.2.post1
This commit is contained in:
Marek Mahut 2019-08-21 08:44:54 +02:00 committed by GitHub
commit 790129b1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "trollius";
version = "2.2";
version = "2.2.post1";
src = fetchPypi {
inherit pname version;
sha256 = "093978388qvw5hyscbbj062dbdc2761xs9yzrq26mh63g689lnxk";
sha256 = "06s44k6pcq35vl5j4i2pgkpb848djal818qypcvx44gyn4azjrqn";
};
checkInputs = [ mock ] ++ lib.optional (!isPy3k) unittest2;