Merge pull request #55704 from dotlambda/getmail-5.10

getmail: 5.8 -> 5.10
This commit is contained in:
Michael Raskin 2019-02-13 14:11:13 +00:00 committed by GitHub
commit 06bbf48015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
python2Packages.buildPythonApplication rec {
pname = "getmail";
version = "5.8";
version = "5.10";
src = fetchurl {
url = "http://pyropus.ca/software/getmail/old-versions/${pname}-${version}.tar.gz";
sha256 = "0vl4cc733pd9d21y4pr4jc1ly657d0akxj1bdh1xfjggx33l3541";
sha256 = "0qc4gp66mhaxyjj7pfz9v69kxnw76my4zw07hvc4f3kj3balkygx";
};
doCheck = false;