Merge pull request #35707 from ryantm/auto-update/getmail-5.4-to-5.5

getmail: 5.4 -> 5.5
This commit is contained in:
Frederik Rietdijk 2018-02-27 09:00:40 +00:00 committed by GitHub
commit 88aead4305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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