update getmail

This commit is contained in:
Michael Raskin 2015-03-08 21:59:01 +03:00
parent 5c5ade16ba
commit ab5dd299ee
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, buildPythonPackage }: { stdenv, fetchurl, buildPythonPackage }:
buildPythonPackage rec { buildPythonPackage rec {
version = "4.46.0"; version = "4.47.0";
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 = "15rqmm25pq6ll8aaqh8h6pfdkpqs7y6yismb3h3w1bz8j292c8zl"; sha256 = "0h25irimigral9xspkvjmplzddqphyn51n5fq221m7nps39wqnjb";
}; };
doCheck = false; doCheck = false;