mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
offlineimap: 7.3.0 -> 7.3.2 (#76353)
This commit is contained in:
parent
749d51bf35
commit
a86e5f8a37
|
@ -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.0";
|
version = "7.3.2";
|
||||||
pname = "offlineimap";
|
pname = "offlineimap";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OfflineIMAP";
|
owner = "OfflineIMAP";
|
||||||
repo = "offlineimap";
|
repo = "offlineimap";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0v32s09zgi3jg2grwh1xzzgzpw333b9qflai7zh2hv3fx9xnfbyj";
|
sha256 = "0rmj1ws6hljqnfap3p3js5s46kx85yc02hjkiki5zg44wn3hswjg";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue