calibre: update from 2.29.0 to 2.30.0

This commit is contained in:
Pascal Wittmann 2015-06-08 12:16:34 +02:00
parent 8b79a09f78
commit eac4f2aa31

View File

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "calibre-2.29.0";
name = "calibre-2.30.0";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "1n3cfnjnghhhsgzcbcvbr0gh191lhl6az09q1s68jhlcc2lski6l";
sha256 = "1k2rpn06nfzqjy5k6fh8pwfj8vbhpn7rgkpkkpz5n2fqg3z8ph1j";
};
inherit python;