calibre: update from 2.4.0 to 2.5.0

This commit is contained in:
Pascal Wittmann 2014-10-03 16:21:32 +02:00
parent fb8a2b3be7
commit 1a8ca0b8bf

View File

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "calibre-2.4.0";
name = "calibre-2.5.0";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "0rgfq7178mlaf6scpm1zvn2vsfls55rdb8apwbmskmnw5wk1q6hq";
sha256 = "0zl2rpwn5xdgwm4ffb5pizk3247wfghl8ilz0i80hyp36zzxgl8p";
};
inherit python;