calibre: upgrade to 1.4.0

This commit is contained in:
Mathijs Kwik 2013-09-21 13:50:11 +02:00
parent 4adad8d7c0
commit edf4f3a7f5

View File

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "calibre-1.2.0";
name = "calibre-1.4.0";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "0h6afn57pw3rb03ffbnss774gdx7ldirr43hbhzsc2k2h7lxnzyj";
sha256 = "0hszxjyvw75b75pzr8w5xfgchx3ksw7ziwa3skrjdj500bypmy3y";
};
inherit python;