about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-10-03 09:19:04 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-10-03 09:19:04 +0000
commit8d435fd90f74c4afcdbfe234eff98b33aab578f3 (patch)
tree176ad43e266dd2c55ebea49c3b3d21100b3e0a0a
parentbb0351b562f8ba6e612feb7aa82135b3e4bbee94 (diff)
Updating the src url of offlineimap (to the only version there available)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24037
-rw-r--r--pkgs/tools/networking/offlineimap/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/offlineimap/default.nix b/pkgs/tools/networking/offlineimap/default.nix
index 70db2a9d991c8..bb123d87bdf40 100644
--- a/pkgs/tools/networking/offlineimap/default.nix
+++ b/pkgs/tools/networking/offlineimap/default.nix
@@ -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;