Skip to content

Commit 6cd8de8

Browse files
romildovbgl
authored andcommittedJul 2, 2017
offlineimap: 7.1.0 -> 7.1.1
1 parent 79df6e8 commit 6cd8de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/networking/offlineimap/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
asciidoc, libxml2, libxslt, docbook_xml_xslt }:
33

44
pythonPackages.buildPythonApplication rec {
5-
version = "7.1.0";
5+
version = "7.1.1";
66
name = "offlineimap-${version}";
77
namePrefix = "";
88

99
src = fetchFromGitHub {
1010
owner = "OfflineIMAP";
1111
repo = "offlineimap";
1212
rev = "v${version}";
13-
sha256 = "10hxzp2hwkarvmwhw9mxbp9wkbclxwm6n0d7i4xs8r1s94yiffb3";
13+
sha256 = "12fv6fzi3cb0hkvs4h5vj2i440d85wzjjyjl90zvyxvlfy0pmljl";
1414
};
1515

1616
postPatch = ''

0 commit comments

Comments
 (0)