offlineimap: 7.3.2 -> 7.3.3
This commit is contained in:
parent
807ca93fad
commit
e443f9f194
@ -2,14 +2,14 @@
|
|||||||
asciidoc, cacert, libxml2, libxslt, docbook_xsl }:
|
asciidoc, cacert, libxml2, libxslt, docbook_xsl }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
version = "7.3.2";
|
version = "7.3.3";
|
||||||
pname = "offlineimap";
|
pname = "offlineimap";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OfflineIMAP";
|
owner = "OfflineIMAP";
|
||||||
repo = "offlineimap";
|
repo = "offlineimap";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0rmj1ws6hljqnfap3p3js5s46kx85yc02hjkiki5zg44wn3hswjg";
|
sha256 = "1gg8ry67i20qapj4z20am9bm67m2q28kixcj7ja75m897vhzarnq";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -33,7 +33,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
|
description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
|
||||||
homepage = http://offlineimap.org;
|
homepage = "http://offlineimap.org";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ endocrimes ];
|
maintainers = with stdenv.lib.maintainers; [ endocrimes ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user