calibre: update from 1.14.0 to 1.15.0

This commit is contained in:
Nixpkgs Monitor 2013-12-18 14:39:56 +02:00 committed by Evgeny Egorochkin
parent a2b26be374
commit c7a7cfc9d2

View File

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