offlineimap: 6.7.0.2 -> 7.0.0
This commit is contained in:
parent
715e01cfc2
commit
0f6b69b46e
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, buildPythonApplication, sqlite3 }:
|
{ stdenv, fetchFromGitHub, pythonPackages, sqlite3 }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "6.7.0.2";
|
version = "7.0.0";
|
||||||
name = "offlineimap-${version}";
|
name = "offlineimap-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
@ -9,14 +9,12 @@ buildPythonApplication rec {
|
|||||||
owner = "OfflineIMAP";
|
owner = "OfflineIMAP";
|
||||||
repo = "offlineimap";
|
repo = "offlineimap";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1zin4gz9v3w6181pjyzrmmz53h1l33hnd2qq0brspab80lm1ns3q";
|
sha256 = "15m0z3y3gxx30b980gym0mnc2icmdy2xy2ckcbmwp97ynm7pmzmp";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [ sqlite3 pythonPackages.six ];
|
||||||
sqlite3
|
|
||||||
];
|
|
||||||
|
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user