speechd: 0.8.3 -> 0.8.5

This commit is contained in:
aske 2016-09-04 23:44:45 +03:00
parent 045bcfef4b
commit 5b61020e05

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "speech-dispatcher-${version}";
version = "0.8.3";
version = "0.8.5";
src = fetchurl {
url = "http://www.freebsoft.org/pub/projects/speechd/${name}.tar.gz";
sha256 = "0kqy7z4l59n2anc7xn588w4rkacig1hajx8c53qrh90ypar978ln";
sha256 = "18jlxnhlahyi6njc6l6576hfvmzivjjgfjyd2n7vvrvx9inphjrb";
};
buildInputs = [ intltool libtool glib dotconf libsndfile libao python3Packages.python ]