Merge pull request #117182 from r-ryantm/auto-update/getmail6

getmail6: 6.14 -> 6.15
This commit is contained in:
Ryan Mulligan 2021-03-22 21:11:53 -07:00 committed by GitHub
commit b9f8d6ecdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "getmail6";
version = "6.14";
version = "6.15";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1a3bw4wwdapd9n051dgwqldd8gwiipb5shaz08qwp1jndpvylm7d";
sha256 = "0cvwvlhilrqlcvza06lsrm5l1yazzvym3s5kcjxcm9cminfaf4qb";
};
doCheck = false;