pan: Updated to 0.139
This commit is contained in:
parent
8fd57ff21e
commit
2dd9874d8d
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
assert spellChecking -> gtkspell != null;
|
assert spellChecking -> gtkspell != null;
|
||||||
|
|
||||||
let version = "0.138"; in
|
let version = "0.139"; 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 = "8ad70d0b2bfb771eb7af1f973af6520f9998591a";
|
sha1 = "01ea0361a6d81489888e6abb075fd552999c3c60";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gtk perl gmime gettext intltool dbus_glib libnotify ]
|
buildInputs = [ pkgconfig gtk perl gmime gettext intltool dbus_glib libnotify ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user