diff options
author | Eelco Dolstra | 2004-01-20 20:29:57 +0000 |
---|---|---|
committer | Eelco Dolstra | 2004-01-20 20:29:57 +0000 |
commit | e0f8b5d722288a2fc7eac0f667380bf7c7e92b93 (patch) | |
tree | 5cc98b4dc9f59b8589aa75ea83b46e9320b0277f | |
parent | 9baed5046d669e67da7c2f8dff0af307dfa891d9 (diff) |
* Updated to 0.9.8a.
svn path=/nixpkgs/trunk/; revision=674
-rw-r--r-- | pkgs/applications/networking/mailreaders/sylpheed/default.nix | 6 |
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 c6e8cc066f8c..b4491f0243d1 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; |