3
0
Fork 0
forked from mirrors/nixpkgs

offlineimap: 7.3.0 -> 7.3.2 (#76353)

This commit is contained in:
R. RyanTM 2019-12-28 08:45:39 -08:00 committed by Dmitry Kalinkin
parent 749d51bf35
commit a86e5f8a37

View file

@ -2,14 +2,14 @@
asciidoc, cacert, libxml2, libxslt, docbook_xsl }:
python2Packages.buildPythonApplication rec {
version = "7.3.0";
version = "7.3.2";
pname = "offlineimap";
src = fetchFromGitHub {
owner = "OfflineIMAP";
repo = "offlineimap";
rev = "v${version}";
sha256 = "0v32s09zgi3jg2grwh1xzzgzpw333b9qflai7zh2hv3fx9xnfbyj";
sha256 = "0rmj1ws6hljqnfap3p3js5s46kx85yc02hjkiki5zg44wn3hswjg";
};
postPatch = ''