python27Packages.trollius: 2.2 -> 2.2.post1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-trollius/versions
This commit is contained in:
R. RyanTM 2019-08-20 13:28:57 -07:00
parent ffbb4d26f9
commit 6bccac4b16

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;