Merge pull request #56231 from dotlambda/getmail-5.13

getmail: 5.10 -> 5.13
This commit is contained in:
Michael Raskin 2019-02-23 09:29:47 +00:00 committed by GitHub
commit 7ad31a337a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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