pan: Updated to 0.138

This commit is contained in:
Eelco Dolstra 2012-06-25 15:28:00 -04:00
parent 30ac65f600
commit 2ead90a36b

View File

@ -5,14 +5,14 @@
assert spellChecking -> gtkspell != null;
let version = "0.137"; in
let version = "0.138"; in
stdenv.mkDerivation {
name = "pan-${version}";
src = fetchurl {
url = "http://pan.rebelbase.com/download/releases/${version}/source/pan-${version}.tar.bz2";
sha1 = "372f1f6406e2fcd9ce413774730975560f546fcf";
sha1 = "8ad70d0b2bfb771eb7af1f973af6520f9998591a";
};
buildInputs = [ pkgconfig gtk perl gmime gettext intltool dbus_glib libnotify ]