pan: Updated to 0.138
This commit is contained in:
parent
30ac65f600
commit
2ead90a36b
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
assert spellChecking -> gtkspell != null;
|
assert spellChecking -> gtkspell != null;
|
||||||
|
|
||||||
let version = "0.137"; in
|
let version = "0.138"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pan-${version}";
|
name = "pan-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pan.rebelbase.com/download/releases/${version}/source/pan-${version}.tar.bz2";
|
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 ]
|
buildInputs = [ pkgconfig gtk perl gmime gettext intltool dbus_glib libnotify ]
|
||||||
|
|
Loading…
Reference in New Issue