Skip to content

Commit

Permalink
Merge pull request #17698 from DamienCassou/offlineimap-7.0.5
Browse files Browse the repository at this point in the history
offlineimap: 7.0.4 -> 7.0.5
  • Loading branch information
Luca Bruno committed Aug 12, 2016
2 parents fda17cf + 017e368 commit e54bda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/offlineimap/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ stdenv, fetchFromGitHub, pythonPackages, sqlite3 }:

pythonPackages.buildPythonApplication rec {
version = "7.0.4";
version = "7.0.5";
name = "offlineimap-${version}";
namePrefix = "";

src = fetchFromGitHub {
owner = "OfflineIMAP";
repo = "offlineimap";
rev = "v${version}";
sha256 = "1ixm4qp3gljbnbi40h8n6j7c0pzk1ry8hpm4bcf7n68gc07r557n";
sha256 = "0gmypc0sribxzglxgymfc5x3saxnkyhbky06dhxanxm6pa1p4blh";
};

doCheck = false;
Expand Down

0 comments on commit e54bda6

Please sign in to comment.