summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-01-20 20:29:57 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-01-20 20:29:57 +0000
commite0f8b5d722288a2fc7eac0f667380bf7c7e92b93 (patch)
tree5cc98b4dc9f59b8589aa75ea83b46e9320b0277f
parent9baed5046d669e67da7c2f8dff0af307dfa891d9 (diff)
* Updated to 0.9.8a.
svn path=/nixpkgs/trunk/; revision=674
-rw-r--r--pkgs/applications/networking/mailreaders/sylpheed/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/sylpheed/default.nix b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
index c6e8cc066f8c1..b4491f0243d15 100644
--- a/pkgs/applications/networking/mailreaders/sylpheed/default.nix
+++ b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
@@ -8,13 +8,13 @@ assert sslSupport -> !isNull openssl;
 assert imageSupport -> !isNull gdkpixbuf;
 
 derivation {
-  name = "sylpheed-0.9.7";
+  name = "sylpheed-0.9.8a";
   system = stdenv.system;
 
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://sylpheed.good-day.net/sylpheed/sylpheed-0.9.7.tar.bz2;
-    md5 = "399deb5abd52396d26d6475689a5ec3f";
+    url = http://sylpheed.good-day.net/sylpheed/sylpheed-0.9.8a.tar.bz2;
+    md5 = "6ac823f06d8fe4f265f37d9c96068e05";
   };
 
   sslSupport = sslSupport;