offlineimap: 7.1.2 -> 7.1.4
This commit is contained in:
parent
2645683796
commit
274e0a2682
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
asciidoc, libxml2, libxslt, docbook_xml_xslt }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
version = "7.1.2";
|
||||
version = "7.1.4";
|
||||
name = "offlineimap-${version}";
|
||||
namePrefix = "";
|
||||
|
||||
|
@ -10,7 +10,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
owner = "OfflineIMAP";
|
||||
repo = "offlineimap";
|
||||
rev = "v${version}";
|
||||
sha256 = "1bvlbw3bsx3qs8np1qdqbhpdr9qykzsql9684gm7gg84gw51i667";
|
||||
sha256 = "04y2bsgmxykkhcjh3540y2a43xrwfkzd7wks1wvl6av0vjaqa5gm";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue