calibre: update from 2.16.0 to 2.17.0

This commit is contained in:
Pascal Wittmann 2015-01-24 12:56:17 +01:00
parent c40a5a4322
commit 531578c188

View File

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "calibre-2.16.0";
name = "calibre-2.17.0";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "1a9s99r92wk09lsbx8kn2kyg1wr7j84j8vjf65zaf5siwxnwy291";
sha256 = "0x95w3j443hiy2is8kd8fapkjy1yxdm0kkbalcbf4qcy5hjrgpy2";
};
inherit python;