1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Update offlineimap 6.5.6 -> 6.5.7

This commit is contained in:
Damien Cassou 2015-05-26 15:12:40 +02:00
parent f93a8ee110
commit 5f92dcce36

View file

@ -1,13 +1,13 @@
{ pkgs, fetchurl, buildPythonPackage, sqlite3 }:
buildPythonPackage rec {
version = "6.5.6";
version = "6.5.7";
name = "offlineimap-${version}";
namePrefix = "";
src = fetchurl {
url = "https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz";
sha256 = "1hr8yxb6r8lmdzzly4hafa1l1z9pfx14rsgc8qiy2zxfpg6ijcn2";
sha256 = "18whwc4f8nk8gi3mjw9153c9cvwd3i9i7njmpdbhcplrv33m5pmp";
};
doCheck = false;