Merge pull request #38570 from r-ryantm/auto-update/getmail

getmail: 5.5 -> 5.6
This commit is contained in:
Michael Raskin 2018-04-07 22:52:26 +00:00 committed by GitHub
commit 584270e397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, python2Packages }: { stdenv, fetchurl, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
version = "5.5"; version = "5.6";
name = "getmail-${version}"; name = "getmail-${version}";
namePrefix = ""; namePrefix = "";
src = fetchurl { src = fetchurl {
url = "http://pyropus.ca/software/getmail/old-versions/${name}.tar.gz"; url = "http://pyropus.ca/software/getmail/old-versions/${name}.tar.gz";
sha256 = "0l43lbnrnyyrq8mlnw37saq6v0mh3nkirdq1dwnsrihykzjjwf70"; sha256 = "16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6";
}; };
doCheck = false; doCheck = false;