Updating the src url of offlineimap (to the only version there available)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24037
This commit is contained in:
parent
bb0351b562
commit
8d435fd90f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user