offlineimap: 7.2.4 -> 7.3.0
This commit is contained in:
parent
f0fec244ca
commit
de04826d46
@ -2,14 +2,14 @@
|
|||||||
asciidoc, cacert, libxml2, libxslt, docbook_xsl }:
|
asciidoc, cacert, libxml2, libxslt, docbook_xsl }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
version = "7.2.4";
|
version = "7.3.0";
|
||||||
pname = "offlineimap";
|
pname = "offlineimap";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OfflineIMAP";
|
owner = "OfflineIMAP";
|
||||||
repo = "offlineimap";
|
repo = "offlineimap";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0h5q5nk2p2vx86w6rrbs7v70h81dpqqr68x6l3klzl3m0yj9agb1";
|
sha256 = "0v32s09zgi3jg2grwh1xzzgzpw333b9qflai7zh2hv3fx9xnfbyj";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -23,7 +23,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xsl ];
|
nativeBuildInputs = [ asciidoc libxml2 libxslt docbook_xsl ];
|
||||||
propagatedBuildInputs = with python2Packages; [ six kerberos ];
|
propagatedBuildInputs = with python2Packages; [ six kerberos rfc6555 ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
make -C docs man
|
make -C docs man
|
||||||
@ -35,6 +35,6 @@ python2Packages.buildPythonApplication rec {
|
|||||||
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 = [];
|
maintainers = with stdenv.lib.maintainers; [ endocrimes ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user