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

getmail6: 6.15 -> 6.16
This commit is contained in:
Sandro 2021-05-15 21:33:36 +02:00 committed by GitHub
commit 431c165e30
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.15";
version = "6.16";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0cvwvlhilrqlcvza06lsrm5l1yazzvym3s5kcjxcm9cminfaf4qb";
sha256 = "1y373nzbffjjjs43441cn3wrb0yq1mw2vqixhizbzdacrs45xbfa";
};
doCheck = false;