gtkspell3: update from 3.0.6 to 3.0.7

This commit is contained in:
Mateusz Kowalczyk 2015-03-24 22:46:35 +00:00
parent 0a6eb7f8d5
commit 25eee1c865

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gtkspell-${version}";
version = "3.0.6";
version = "3.0.7";
src = fetchurl {
url = "mirror://sourceforge/gtkspell/gtkspell3-${version}.tar.gz";
sha256 = "1hqaddgzxjw9lpsphankld6a8bpm92hfv46kp99cgmj82rdjwdq1";
sha256 = "1hiwzajf18v9ik4nai3s7frps4ccn9s20nggad1c4k2mwb9ydwhk";
};
buildInputs = [ aspell pkgconfig gtk3 enchant intltool ];