calibre: upgrade 1.13.0 -> 1.14.0

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Arvin Moezzi 2013-12-06 21:23:03 +01:00 committed by Moritz Ulrich
parent 393dcd9c84
commit 36cb2af057

View File

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "calibre-1.13.0";
name = "calibre-1.14.0";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "0j0l81jkjzd8n3ciqwxh8zxz945y594xjfsizp3cxjjfhj90aagj";
sha256 = "1nwrahh8rkllazwjgwv1a5fxcg0x221760ixm3707ikz33i0qvx6";
};
inherit python;