Merge pull request #38703 from r-ryantm/auto-update/offlineimap

offlineimap: 7.1.5 -> 7.2.0
This commit is contained in:
adisbladis 2018-04-11 14:09:33 +08:00 committed by GitHub
commit d9dc680c30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
asciidoc, libxml2, libxslt, docbook_xml_xslt }:
pythonPackages.buildPythonApplication rec {
version = "7.1.5";
version = "7.2.0";
name = "offlineimap-${version}";
namePrefix = "";
@ -10,7 +10,7 @@ pythonPackages.buildPythonApplication rec {
owner = "OfflineIMAP";
repo = "offlineimap";
rev = "v${version}";
sha256 = "0qm5vhzm8hkab2zs2l8ffg754wkws2nyd4pwb332v3zckf11flzd";
sha256 = "0xyvqgy36n0bb41c4ffldyrcnaja5gpwx2ngbnk3qs22ldb2n1sb";
};
postPatch = ''