From e0f8b5d722288a2fc7eac0f667380bf7c7e92b93 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 20 Jan 2004 20:29:57 +0000 Subject: * Updated to 0.9.8a. svn path=/nixpkgs/trunk/; revision=674 --- pkgs/applications/networking/mailreaders/sylpheed/default.nix | 6 +++--- 1 file 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; -- cgit 1.4.1