Updating the src url of offlineimap (to the only version there available)

svn path=/nixpkgs/trunk/; revision=23975
This commit is contained in:
Lluís Batlle i Rossell 2010-09-27 21:01:16 +00:00
parent 30765e4be9
commit 257f7bbb9a

View file

@ -1,11 +1,11 @@
{fetchurl, buildPythonPackage}:
buildPythonPackage {
name = "offlineimap-6.2.0.1";
name = "offlineimap-6.2.0.2";
src = fetchurl {
url = "http://ftp.de.debian.org/debian/pool/main/o/offlineimap/offlineimap_6.2.0.1.tar.gz";
sha256 = "16s7whlw7vix54dil2ri871vyggr742agykk950lnlixcv66gyhn";
url = "http://ftp.de.debian.org/debian/pool/main/o/offlineimap/offlineimap_6.2.0.2.orig.tar.gz";
sha256 = "1w69qv1dm37m53k8cd068lk5z3qjlscnjxr397gs8kdsfds67v7c";
};
doCheck = false;